commit | f32d599772acb29195cf0b915464bb15c4d02647 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Feb 01 23:47:38 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Feb 01 23:47:38 2024 +0000 |
tree | b9501b9e968c19288f4ad0ab98f31372a6abaf4f | |
parent | ffa6d21a740ff49f65a45b68eb2ef46ca656ff64 [diff] | |
parent | 0b1e3abad81c56b5e5ed7c5a1ead9b3c20d9093f [diff] |
Upgrade futures-executor to 0.3.30 am: 0fb3d41aba am: 0b1e3abad8 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2943507 Change-Id: Ib8884f1ec76de64d9ce457a374782745d4976f56 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.