commit | 0fb3d41aba1b52fdcde1e700ac9e22da2c33cf09 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Thu Feb 01 14:58:59 2024 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Thu Feb 01 14:58:59 2024 +0100 |
tree | b9501b9e968c19288f4ad0ab98f31372a6abaf4f | |
parent | 2ca8d65c8c110dc15f0238e0609e1b569b72c87d [diff] |
Upgrade futures-executor to 0.3.30 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/rust/crates/futures-executor For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: Ieae9a50518ff8d25f5d6f830157509f626131afa
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.