commit | 89f8da8c0aaac5ae52fe732d2b109ff9c44ea6ae | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 15:13:20 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 15:13:20 2023 +0000 |
tree | ec71d9fe7f4d8ff8e6f220a564a6506a0c779c13 | |
parent | 4bac2d0439b04f756448c519b35a47c1e9d1dd4e [diff] | |
parent | fa87efb6927fd0709816c0faa34664f63627d726 [diff] |
Make futures-channel available to product and vendor am: fa87efb692 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-channel/+/2475076 Change-Id: Iae0704c49af31233ac810f04097e1b90124db321 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.