• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-1,638986

tests/H03-May-2022-838608

.cargo-checksum.jsonH A D03-May-202289 11

CHANGELOG.mdH A D22-Mar-2019626 3218

Cargo.tomlH A D01-Jan-19701.1 KiB2926

Cargo.toml.orig-cargoH A D22-Mar-2019748 2623

LICENSEH A D18-Jan-20191 KiB2622

README.mdH A D22-Mar-2019517 2011

README.md

1# tokio-current-thread
2
3Single threaded executor for Tokio.
4
5[Documentation](https://docs.rs/tokio-current-thread/0.1.6/tokio_current_thread/)
6
7## Overview
8
9This crate provides the single threaded executor which execute many tasks concurrently.
10
11## License
12
13This project is licensed under the [MIT license](LICENSE).
14
15### Contribution
16
17Unless you explicitly state otherwise, any contribution intentionally submitted
18for inclusion in Tokio by you, shall be licensed as MIT, without any additional
19terms or conditions.
20