• Home
Name Date Size #Lines LOC

..--

benches/04-Jul-2025-11088

patches/04-Jul-2025-1813

src/04-Jul-2025-1,079605

tests/04-Jul-2025-498392

.android-checksum.jsonD04-Jul-20251.5 KiB11

.cargo-checksum.jsonD04-Jul-20251,021 11

Android.bpD04-Jul-20252.2 KiB9892

Cargo.tomlD04-Jul-20251.8 KiB9076

LICENSED04-Jul-202510.6 KiB203170

LICENSE-APACHED04-Jul-202510.6 KiB203170

METADATAD04-Jul-2025441 1817

MODULE_LICENSE_APACHE2D04-Jul-20250

README.mdD04-Jul-2025602 2415

TEST_MAPPINGD04-Jul-20251 KiB5150

cargo_embargo.jsonD04-Jul-2025108 98

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.56 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