commit | 05cf52bfd49c6c1c41588d152106da9c5b3e2afe | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Sep 11 23:27:53 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Wed Sep 11 23:27:53 2024 +0000 |
tree | d03ed4d5442df20a1d6cbdde12eb0516592cf3d1 | |
parent | 8f5599af690e31b49ac1b0d606e962de0457ea92 [diff] | |
parent | 7c3f3caf363db980320f7242c2d45a5666d4a4e5 [diff] |
Snap for 12355814 from 7c3f3caf363db980320f7242c2d45a5666d4a4e5 to build-tools-release Change-Id: Iee54569801e6a9e11212fb58eb67a48fac693cd0
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.