You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
6
+
* Cleanups and improvments to the `AtomicWaker` implementation.
7
+
1
8
# 0.3.0-alpha.7 - 2018-10-01
2
9
* Update to new nightly which removes `Spawn` from `task::Context` and replaces `Context` with `LocalWaker`.
3
10
* Add `Spawn` and `LocalSpawn` traits and `FutureObj` and `LocalFutureObj` types to `futures-core`.
0 commit comments