EnumeratorKit icon indicating copy to clipboard operation
EnumeratorKit copied to clipboard

Ruby-style enumeration in Objective-C.

Results 2 EnumeratorKit issues
Sort by recently updated
recently updated
newest added

`EKFiber` is implemented in a fairly heavyweight fashion in terms of `NSOperationQueue` and GCD semaphores. When a lot of fibers are created and completed within a tight loop, eventually a...

bug
priority

Problem with `map:` The property is declared as a `NSArray`, debugging shows that the property is actually backed by a `__NSOrderedSetArrayProxy`. Calling `map:` on this property crashes with following stack...