commit | 269090a8aac1db397623d95b7b54a5175ba5dbdd | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 17:59:25 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 17:59:25 2022 +0000 |
tree | 5004a6ea035816ff87177285d5a5f8b25df0769a | |
parent | e587788cd13687c93a9d435379234b9c1b61ee26 [diff] | |
parent | 986b2d313bd99b718d42f4322c2e36dd651f19dc [diff] |
Update TEST_MAPPING am: e92eeb6437 am: e66c2852c7 am: b3bd73125b am: 986b2d313b Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2107052 Change-Id: I1fb382f304e2081d1c7320bcb585f9a0be5a0206 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.