JaviSoto/JSBarrierOperationQueue
NSOperationQueue subclass that allows you to add operations that behave as a barrier. Basically providing the same functionality dispatch_barrier_async provides in the GCD world.
Objective-C
Issues
- 5
How dispatch_barrier_async works
#1 opened by drodriguez