Queuer Versions Save

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

1.2.0

6 years ago

Queuer 1.2.0

23 Sep 2017

Added

  • Added support to Swift 4 and Xcode 9

Improved

  • Using new Xcode 9 build system
  • Updated SwiftLint to 0.22.0

1.1.0

6 years ago

Queuer 1.1.0

1 Sep 2017

Added

  • Added qualityOfService property on Queuer class

Improved

  • Improved the init function on Queuer class with maxConcurrentOperationCount and qualityOfService properties, both with a default value, so no changes are required
  • Updated SwiftLint to 0.21.0

Fixed

  • Now ConcurrentOperation is subclassable with open instead of public Access Control #2
  • Fixed tests that sometimes fails

1.0.0

6 years ago

Queuer 1.0.0

26 Jul 2017

Added

  • Added ConcurrentOperation to create asynchronous operations
  • Added Queuer to handle a shared queue or create a custom one
  • Added RequestOperation to create network request operations
  • Added Semaphore to create a Dispath semaphore
  • Added SynchronousOperation to create synchronous operations