Skip to content

Releases: stanford-ppl/DAM-RS

v0.1.0

06 Sep 17:58
Compare
Choose a tag to compare

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.