entropyxyz / manul

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

Relax `Send`/`Sync` requirements #13

Open fjarri opened 6 days ago

fjarri commented 6 days ago

If someone doesn't offload message processing into tasks, the types don't need to be Send/Sync. Is it possible to gate it under a feature somehow? Is it actually a useful feature or an extremely narrow use case?