commit | c8affe477f4815124d7b9adaaedefb899c40b7d9 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 19:08:38 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 19:08:38 2023 +0000 |
tree | ec71d9fe7f4d8ff8e6f220a564a6506a0c779c13 | |
parent | 1baa33d96804aadadbe5e37e7cfd6ef48e7411c2 [diff] | |
parent | 4a6abca8da952da053a9642391c284d54cd512d8 [diff] |
Make futures-channel available to product and vendor am: fa87efb692 am: 89f8da8c0a am: 0ac8726f5c am: 60b07a4b32 am: 4a6abca8da Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-channel/+/2475076 Change-Id: Ic770c4225b8d96931dd9a558cb047040d2e44087 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.