Update TEST_MAPPING am: 8a7855857d am: e0d916459b

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

Change-Id: Ie1b9aa6d89e1dac614eb874254621d6ff57d5ed0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
tree: a87e128eff7eb94c7dfbd90d9071c46004744957
  1. benches/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. Android.bp
  6. build.rs
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo2android.json
  10. LICENSE
  11. LICENSE-APACHE
  12. LICENSE-MIT
  13. METADATA
  14. MODULE_LICENSE_APACHE2
  15. no_atomic_cas.rs
  16. OWNERS
  17. README.md
  18. TEST_MAPPING
README.md

futures-channel

Channels for asynchronous communication using futures-rs.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-channel = "0.3"

The current futures-channel 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.