Added
- (collections): Re-exports
indexmap::IndexMap
(5155f2) - (future): Add tests on
async closure
toIntoFutureWithArgs
(17107b) - (task): Introduce
GracefulTask
and surrounding facilities (10bb7d) - (task::graceful): Add some mock interfaces for test driven design (8fda8b)
- (task::graceful): Add some unit tests (9dd80f)
- (task::graceful): Add some unit tests (45be0f)
- (task::graceful): Add some unit tests (f4863a)
- Introduce feature flag mechanism (16fea9)
Changed
- (task::graceful): Simplify some unit tests (d145bd)
- (task::graceful): Update some unit tests (8f1f61)
- (task::graceful): Use
std::sync::Mutex
instead oftokio::sync::Mutex
to reduce some dependence ontokio
(e2ef3f)
Docs
- (sync::once): Add some documentation to
OnceWaiter::triggered
(8bfde4) - (task): Fix missing punctuation (0283bf)
- (task::graceful): Add full document (c967a8)
- (task::GracefulTask): Add some additional docs (2802ed)
Deps
- (README): Update
Rust
to1.86.0
(bc58e4) - Upgrade
indexmap
to2.9.0
(e4df6d) - Upgrade
tokio
to1.44.2
(6907bb) - Upgrade
anyhow
to1.0.98
(fd2c04) - Upgrade
ron
to0.10.1
(d4072d) - Upgrade
tokio-util
to0.7.15
(bcadd5)
Full Changelog: v0.8.1...v0.9.0