Skip to content

5.1.0

Compare
Choose a tag to compare
@lucas34 lucas34 released this 05 May 17:21
· 20 commits to master since this release
39edd52

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 has onJobScheduled 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)