Skip to content

Releases: reynoldsbd/async-jobs

v0.2.0

12 Apr 03:59
822364e
Compare
Choose a tag to compare
concurrency and contexts (#8)

Implement concurrent job execution using FuturesUnordered (#1)

Make jobs generic over context type C (#7)

Refactor APIs to use visitor(ish) pattern PlanBuilder. Eliminates async-trait dependency, reduces number of allocations needed to use this API, and IMO is more ergonomic.

v0.1.0

18 Oct 22:15
Compare
Choose a tag to compare
actual release