SafeDispatch icon indicating copy to clipboard operation
SafeDispatch copied to clipboard

A Cocoa framework to make Grand Central Dispatch safer (deprecated).

Results 1 SafeDispatch issues
Sort by recently updated
recently updated
newest added

As noted in #1, `dispatch_get_specific()` can't really be used with `SDQueue` because of the possibility of reentrant dispatch. It'd be nice to have a parallel feature in SafeDispatch that honors...

enhancement