Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
benches/ | 03-May-2024 | - | 110 | 88 | ||
src/ | 03-May-2024 | - | 1,073 | 602 | ||
tests/ | 03-May-2024 | - | 435 | 353 | ||
.cargo_vcs_info.json | D | 03-May-2024 | 110 | 6 | 6 | |
Android.bp | D | 03-May-2024 | 2.1 KiB | 69 | 65 | |
Cargo.toml | D | 03-May-2024 | 1.3 KiB | 60 | 51 | |
Cargo.toml.orig | D | 03-May-2024 | 923 | 30 | 25 | |
LICENSE | D | 03-May-2024 | 10.6 KiB | 203 | 170 | |
LICENSE-APACHE | D | 03-May-2024 | 10.6 KiB | 203 | 170 | |
LICENSE-MIT | D | 03-May-2024 | 1.1 KiB | 27 | 23 | |
METADATA | D | 03-May-2024 | 438 | 20 | 19 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 10.6 KiB | 203 | 170 | |
OWNERS | D | 03-May-2024 | 40 | 2 | 1 | |
README.md | D | 03-May-2024 | 602 | 24 | 15 | |
TEST_MAPPING | D | 03-May-2024 | 663 | 40 | 39 | |
cargo2android.json | D | 03-May-2024 | 254 | 14 | 13 |
README.md
1# futures-executor 2 3Executors for asynchronous tasks based on the futures-rs library. 4 5## Usage 6 7Add this to your `Cargo.toml`: 8 9```toml 10[dependencies] 11futures-executor = "0.3" 12``` 13 14The current `futures-executor` requires Rust 1.45 or later. 15 16## License 17 18Licensed under either of [Apache License, Version 2.0](LICENSE-APACHE) or 19[MIT license](LICENSE-MIT) at your option. 20 21Unless you explicitly state otherwise, any contribution intentionally submitted 22for inclusion in the work by you, as defined in the Apache-2.0 license, shall 23be dual licensed as above, without any additional terms or conditions. 24