commit | 3358c41ecbdfb9f960559fe5eadad2fffd11eb47 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Feb 16 10:41:42 2023 +0000 |
committer | Automerger Merge Worker <[email protected]> | Thu Feb 16 10:41:42 2023 +0000 |
tree | 56037fe59887223f5bc6c5e5d0367a3b21bfd29c | |
parent | 4d859875545c46b2f4d1fc671c57bed333ca62bc [diff] | |
parent | bf75818d883d9d4899b2fef49f2b0d291d9abead [diff] |
Upgrade futures-executor to 0.3.26 am: a1e432b311 am: e0d09cfe24 am: bf75818d88 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2438158 Change-Id: Ia976675deeb916319f7b455cfc5bf11b85d7a6e1 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.