tokio/tokio-current-thread
Carl Lerche 4019198706
Add some missing future::Executor implementations (#563)
This adds an implementation of future::Executor for
`executor::DefaultExecutor` and `runtime::current_thread::Handle`.
2018-09-17 22:23:48 -07:00
..
2018-08-06 20:36:50 -07:00
2018-08-06 20:36:50 -07:00
2018-06-12 10:26:03 -07:00
2018-06-12 10:26:03 -07:00

tokio-current-thread

Single threaded executor for Tokio.

Documentation

Overview

This crate provides the single threaded executor which execute many tasks concurrently.

License

This project is licensed under the MIT 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.