fortanix / rust-sgx

The Fortanix Rust Enclave Development Platform
https://edp.fortanix.com
Mozilla Public License 2.0
433 stars 98 forks source link

Rebase `mio` on top of v0.8.9 to support Async IO #535

Closed raoulstrackx closed 11 months ago

raoulstrackx commented 11 months ago

447 is about adding support for Async I/O but focuses on changes to the enclave runner. In order to actually use Async I/O, tokio and mio need to be updated as well. This ticket is about rebasing mio on top of the latest, upstream version.

raoulstrackx commented 11 months ago

Created a branch but code needs to be cleaned up before we can try to upstream it.