commit | a1e432b3112f00eceb163ed3bed0ca30ef6b7fb3 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Wed Feb 15 20:21:11 2023 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Wed Feb 15 20:21:11 2023 +0100 |
tree | 56037fe59887223f5bc6c5e5d0367a3b21bfd29c | |
parent | 65db2bb0e53f55768895f22393c7648b57941c54 [diff] |
Upgrade futures-executor to 0.3.26 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: Iaf80ba24717f791a169d4d8533ab82e0fa39d742
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.