tokio/tokio-current-thread
Carl Lerche b1172f8074
executor: add TypedExecutor (#993)
Adds a `TypedExecutor` trait that describes how to spawn futures of a specific
type. This is useful for implementing functions that are generic over an executor
and wish to support both `Send` and `!Send` cases.
2019-03-21 14:30:18 -07:00
..
2019-03-21 14:30:18 -07:00
2019-03-21 14:30:18 -07:00
2019-03-01 21:04:43 -08:00
2019-01-06 23:25:55 -08:00
2019-03-01 21:04:43 -08: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.