5.1.0
Bug fix
Allow user to specify enqueue DispatchQueue to fix multi-thread enqueue crash (#403)
SwiftQueueManagerBuilder(creator: creator)
.set(enqueueDispatcher: .main)
Breaking Changes
JobListener
now hasonJobScheduled
callback (#384)
New features
- Add Lambda Job (#382)
For simple job, instead of creating your own implementation of Job
, you can use LambdaJob {}
Chore
- Update Swift (#397)