bytedance / monoio

Rust async runtime based on io-uring.
Apache License 2.0
3.98k stars 223 forks source link

Feat: BoxFuture which implements Send #271

Closed har23k closed 4 months ago

har23k commented 4 months ago

The MaybeArmedBoxFuture struct does not implement the Send trait, which means it cannot be transferred between threads. As a result, it cannot be used for any service in Monolake