Update TEST_MAPPING am: e92eeb6437 am: e66c2852c7 am: b3bd73125b am: 986b2d313b am: 269090a8aa

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2107052

Change-Id: I4bc082305021acac1c701d545973fd03a1652470
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 5004a6ea035816ff87177285d5a5f8b25df0769a
  1. benches/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. Android.bp
  6. Cargo.toml
  7. Cargo.toml.orig
  8. cargo2android.json
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. METADATA
  12. MODULE_LICENSE_APACHE2
  13. OWNERS
  14. README.md
  15. TEST_MAPPING
README.md

futures-executor

Executors for asynchronous tasks based on the futures-rs library.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-executor = "0.3"

The current futures-executor requires Rust 1.45 or later.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

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.