commit | 3a570e3a1c5eb007dae862cf8a751774d7fe1c64 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Thu Mar 09 15:13:27 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Mar 09 15:13:27 2023 +0000 |
tree | 272d8f3066d39defe95cb101434ebd5f820e52fd | |
parent | e0d09cfe2465e0f000525b7fa45776cc039a33db [diff] | |
parent | 6422d13cd2864876f0cb2654dd109d65b383d27b [diff] |
Make futures-executor available to product and vendor am: 6422d13cd2 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2475385 Change-Id: Iaec165b1b1ee53207a9997dcbe14ac0c40e18c15 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.