commit | 986b2d313bd99b718d42f4322c2e36dd651f19dc | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 17:24:18 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 17:24:18 2022 +0000 |
tree | 5004a6ea035816ff87177285d5a5f8b25df0769a | |
parent | e587788cd13687c93a9d435379234b9c1b61ee26 [diff] | |
parent | b3bd73125bc27617d1349586263736726a70a34f [diff] |
Update TEST_MAPPING am: e92eeb6437 am: e66c2852c7 am: b3bd73125b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2107052 Change-Id: I05dbdd1968d136254ae1a14442c035d4083753a5 Signed-off-by: Automerger Merge Worker <[email protected]>
Executors for asynchronous tasks based on the futures-rs library.
Add this to your Cargo.toml
:
[dependencies] futures-executor = "0.3"
The current futures-executor
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.