- Add
Executor::is_empty()
andLocalExecutor::is_empty()
.
- Parametrize executors over a lifetime to allow spawning non-
static
futures.
- Update
async-task
to v4.
- Replace
AtomicU64
withAtomicUsize
.
- Use atomics to make
Executor::run()
andExecutor::tick()
futuresSend + Sync
.
- Stabilize.
- Add
try_tick()
andtick()
methods.
- Redesign the whole API.
- Add the
Spawner
API.
- Initial version