Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

v0.7.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@krancour krancour released this 23 Jan 17:44
· 258 commits to master since this release
6a99996
Add async support for "follow-up" tasks (#212)

* make async job functions take task as argument

* make async job functions return tasks

* bonus: fix more task names

* make async task executor submit follow-up tasks

* make broker async processes leverage new async follow-up tasks feature