entropyxyz / manul

Round-based distributed protocols
https://docs.rs/manul
GNU Affero General Public License v3.0
1 stars 1 forks source link

A session loop implementation for `tokio` #28

Open fjarri opened 5 days ago

fjarri commented 5 days ago

It is not trivial to write a session loop, especially with offloading of creating/verifying messages to tasks. We can supply at least a tokio-based implementation, gated behind a feature. example/tests/async.rs can be used as a starting point.