Queuer

MIT License
Swift
iOS

1 image

Author

Description

Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).

Currently, with Queuer you can:

• Create and use ConcurrentOperation for asynchronous operations

• Create and use Queuer to handle a shared queue

• Create and use custom queue

• Create and use RequestOperation for network request operations

• Create and use Semaphore for a Dispath semaphore

• Create and use SynchronousOperation for synchronous operations

Tags