async-executor/CHANGELOG.md

24 lines
316 B
Markdown
Raw Normal View History

2020-09-10 21:29:05 +00:00
# Version 1.1.0
- Use atomics to make `Executor::run()` and `Executor::tick()` futures `Send + Sync`.
2020-09-07 14:03:27 +00:00
# Version 1.0.0
- Stabilize.
2020-08-29 18:07:00 +00:00
# Version 0.2.1
- Add `try_tick()` and `tick()` methods.
2020-08-26 21:47:41 +00:00
# Version 0.2.0
- Redesign the whole API.
2020-07-23 16:47:28 +00:00
# Version 0.1.2
- Add the `Spawner` API.
2020-07-23 10:03:03 +00:00
# Version 0.1.1
- Initial version