JSBarrierOperationQueue
JSBarrierOperationQueue copied to clipboard
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.
Results
1
JSBarrierOperationQueue issues
Sort by
recently updated
recently updated
newest added
…and why I think it cannot be reproduced with a (simple) subclass of NSOperationQueue. Luckily we can see the source code of libdispatch at http://opensource.apple.com/source/libdispatch/libdispatch-187.9/ and see how Apple implements...