commit | e66c2852c7e5740733b0020ce6a5bea8789d28b4 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue May 31 15:54:55 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 31 15:54:55 2022 +0000 |
tree | 5004a6ea035816ff87177285d5a5f8b25df0769a | |
parent | 669135f654b0eea18cb1511b25cb3d8486c680b2 [diff] | |
parent | e92eeb643774ad8611b0d3ab5c6a6a6f65c5c40a [diff] |
Update TEST_MAPPING am: e92eeb6437 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2107052 Change-Id: I72e4c931a2ccb1ad1836676761568daa732e8768 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.