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