Skip to content

0.3.0-alpha.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@cramertj cramertj released this 16 Oct 20:59
· 1124 commits to master since this release

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 improvments to the AtomicWaker implementation.