Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@pyprogrammer pyprogrammer released this 06 Sep 17:58
· 4 commits to master since this release

This is the final release of the ISCA-paper version of DAM with coroutine support through May.

v1.0.0 will remove deprecated features including run() in favor of run_falliable() and RunMode::FIFO for coroutines.
Additionally, Senders and Receivers will be converted into Traits in order to better enable complex patterns such as select and broadcasting.