async-std/async-task
2019-08-08 14:44:48 +02:00
..
benches Initial commit 2019-08-08 14:44:48 +02:00
examples Initial commit 2019-08-08 14:44:48 +02:00
src Initial commit 2019-08-08 14:44:48 +02:00
tests Initial commit 2019-08-08 14:44:48 +02:00
Cargo.toml Initial commit 2019-08-08 14:44:48 +02:00
LICENSE-APACHE Initial commit 2019-08-08 14:44:48 +02:00
LICENSE-MIT Initial commit 2019-08-08 14:44:48 +02:00
README.md Initial commit 2019-08-08 14:44:48 +02:00

async-task

A task abstraction for building executors.

This crate makes it possible to build an efficient and extendable executor in few lines of code.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.