commit | 6844465239578030c35f4f239e57ef4f7cc8a288 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Jul 11 18:21:34 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Mon Jul 11 18:21:34 2022 +0000 |
tree | 902b739d11c45209dfd944d382b56882686751dc | |
parent | 2a137726d25f09156973a318ddfb72250c2ae5c9 [diff] | |
parent | b77d92c374af7cbd36be0ac6ae5c29753d9ad926 [diff] |
Enable Tests am: 22c601ebdd am: b77d92c374 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-channel/+/2145020 Change-Id: If1bb327516f676d1fe76d38249503ca67a063d16 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.