[automerger skipped] Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future am: 11dba50c2e -s ours

am skip reason: Merged-In I286729358b9f9c72ab645fceebebb84e0835ebcd with SHA-1 7b8ef4ea4b is already in history

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

Change-Id: I4a67475974aeffad33fa9bc11537ab722174e31b
Signed-off-by: Automerger Merge Worker <[email protected]>
tree: 0df6a987e43de896223f1f1b4adbdc334d081d7b
  1. benches/
  2. patches/
  3. src/
  4. tests/
  5. .cargo_vcs_info.json
  6. Android.bp
  7. Cargo.toml
  8. Cargo.toml.orig
  9. cargo_embargo.json
  10. LICENSE
  11. LICENSE-APACHE
  12. LICENSE-MIT
  13. METADATA
  14. MODULE_LICENSE_APACHE2
  15. OWNERS
  16. README.md
  17. 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.56 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.