commit | 096a1235fff8de6fe0365e35ad433167f4b1e294 | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue May 21 15:04:09 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue May 21 15:04:09 2024 +0000 |
tree | 1f1fb76119e16dcef76756e7f4d6f5216c6f15cc | |
parent | 6c67e65d1feafa9fb6020dd85527ae4c001c1782 [diff] | |
parent | e0f72c756658f4e1963cc7d85bb419e30914a1bf [diff] |
Update Android.bp by running cargo_embargo am: 722c937b72 am: e0f72c7566 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/3095483 Change-Id: Ieac3a3fff9cb01b80c899bf2bbac74f801ad9e60 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.56 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.