aml_wif_331310070 (9406492,com.google.android.wifi)
Snap for 8564071 from 3ccd22c1882fcff9f5442478123ad654ce0b9105 to mainline-wifi-release

Change-Id: Ib7960234123630ad77209cab4781b887f95f9f9f
tree: 4bd872c7931921cfe12cc2fa1b72915778e481d3
  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.