2019-01-25 10:20:09 -08:00
|
|
|
# tokio-sync
|
|
|
|
|
|
|
|
|
|
Synchronization utilities
|
|
|
|
|
|
2020-01-11 20:19:10 +01:00
|
|
|
This crate is **deprecated in tokio 0.2.x** and has been moved into
|
|
|
|
|
[`tokio::sync`] behind the `sync` [feature flag].
|
|
|
|
|
|
|
|
|
|
[`tokio::sync`]: https://docs.rs/tokio/latest/tokio/sync/index.html
|
|
|
|
|
[feature flag]: https://docs.rs/tokio/latest/tokio/index.html#feature-flags
|
|
|
|
|
|
2019-06-05 12:19:06 -07:00
|
|
|
[Documentation](https://docs.rs/tokio-sync/0.1.6/tokio_sync/)
|
2019-01-25 10:20:09 -08:00
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
|
|
This crate provides synchronization utilities for usage with Tokio.
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
This project is licensed under the [MIT license](LICENSE).
|
|
|
|
|
|
|
|
|
|
### Contribution
|
|
|
|
|
|
|
|
|
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
|
|
|
|
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
|
|
|
|
|
terms or conditions.
|