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