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