Restioson / xtra

🎭 A tiny actor framework
Mozilla Public License 2.0
320 stars 36 forks source link

Experiment with nightly async fn in traits #202

Closed thomaseizinger closed 7 months ago

thomaseizinger commented 1 year ago

Both Handler and Actor are currently using async-trait. We should investigate how the recent nightly-only features regarding async fn in traits helps us.