2018-02-21 07:42:22 -08:00
|
|
|
# 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
|
|
|
|
2018-02-21 07:42:22 -08:00
|
|
|
## License
|
|
|
|
|
|
2018-03-13 13:14:28 -07:00
|
|
|
This project is licensed under the [MIT license](LICENSE).
|
2018-03-02 13:51:34 -08:00
|
|
|
|
|
|
|
|
### Contribution
|
|
|
|
|
|
|
|
|
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
2018-03-09 20:07:09 -08:00
|
|
|
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
|
|
|
|
|
terms or conditions.
|