commit | 138e0fd15b5dab0f91557097e670a0d4335eeb86 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Dec 12 08:06:52 2022 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Mon Dec 12 08:08:58 2022 +0100 |
tree | 8e8d0677dafdf7c767f07d71f535f2ae34ef57ab | |
parent | 4833662829bc3371d7a131a2c32e0d13cea7895e [diff] |
Upgrade futures-executor to 0.3.25 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/futures-executor For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ie5a643e4955740554b413539107b0a5154c136ca
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.