commit | 1b214827ab6bf4d554d2588c1775c7b31915c4a2 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 18:07:06 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 18:07:06 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: I8db9bb274843b7ac06f9115dd34f53c1fc60a896 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.