Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 03:59
822364e
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.