Files
tokio/tokio-sync/README.md
T
Carl Lerche 62f34e15ce Bump tokio to 0.1.19. (#1053)
This also bumps:

- tokio-async-await (0.1.7)
- tokio-buf (0.1.1)
- tokio-sync (0.1.5)
- tokio-threadpool (0.1.14)
2019-04-22 15:12:25 -07:00

20 lines
457 B
Markdown

# tokio-sync
Synchronization utilities
[Documentation](https://docs.rs/tokio-sync/0.1.5/tokio_sync/)
## 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.