futures-rs v0.3.0-alpha.8 Release Notes

Release Date: 2018-10-16 // over 5 years ago
    • 🛠 Fixed stack overflow in 0.1 compatibility layer
    • ➕ Added AsyncRead / AsyncWrite compatibility layer
    • ➕ Added Spawn -> 0.1 Executor compatibility
    • Made 0.1 futures usable on 0.3 executors without an additional global Task, accomplished by wrapping 0.1 futures in an 0.1 Spawn when using them as 0.3 futures.
    • Cleanups and improvements to the AtomicWaker implementation.