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.