commit | 6ec273370c9f9714bc54ed6a0b59ba7494ac41da | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Thu Jun 16 00:20:57 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Jun 16 00:20:57 2022 +0000 |
tree | b43e15fe04d1c6ea9e0efa054185733a5959b366 | |
parent | bc17bef2c4caa81833b7d221690e94a5f7061c0d [diff] | |
parent | 9197e670f7e2a3fc47f45551813795f677405cb0 [diff] |
Merge "Update TEST_MAPPING" am: e690eed3a7 am: ceea2fcfab am: f0e0ff6215 am: 1930b5e98c am: 9197e670f7 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2124548 Change-Id: I96f4abbe757816b8049199249e7456790105b7f3 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.