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