Files
tokio/tokio-threadpool/README.md
T

17 lines
453 B
Markdown
Raw Normal View History

# Tokio Thread Pool
A library for scheduling execution of futures concurrently across a pool of
threads.
2019-04-22 15:12:25 -07:00
[Documentation](https://docs.rs/tokio-threadpool/0.1.14/tokio_threadpool)
2019-01-06 23:25:55 -08:00
## License
2018-03-13 13:14:28 -07:00
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.