fortanix / rust-sgx

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

Upstream mio Async I/O changes #536

Open raoulstrackx opened 9 months ago

raoulstrackx commented 9 months ago

535 created a new branch with our Async I/O changes, but these need to be cleaned up (e.g, make sure tests of other targets still succeed, ...) and upstreamed.

raoulstrackx commented 8 months ago

Requires some types in the standard library to implement Send, similar to #530. Started on a branch for the compiler