commit | 60b07a4b3222c5c0a266d3d092ed6bb685f4dd7b | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 17:05:02 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 17:05:02 2023 +0000 |
tree | ec71d9fe7f4d8ff8e6f220a564a6506a0c779c13 | |
parent | 1baa33d96804aadadbe5e37e7cfd6ef48e7411c2 [diff] | |
parent | 0ac8726f5ccd4c80451c3cc169598d3d813557f3 [diff] |
Make futures-channel available to product and vendor am: fa87efb692 am: 89f8da8c0a am: 0ac8726f5c Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-channel/+/2475076 Change-Id: Ib1ec5e6d654e2f038cf07eb064851af449fc5064 Signed-off-by: Automerger Merge Worker <[email protected]>
Channels for asynchronous communication using futures-rs.
Add this to your Cargo.toml
:
[dependencies] futures-channel = "0.3"
The current futures-channel
requires Rust 1.45 or later.
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.