commit | 1743108f6e23b2dc9a63594fc7f417d04c2ddf9b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <[email protected]> | Wed Mar 16 01:55:39 2022 +0000 |
committer | Automerger Merge Worker <[email protected]> | Wed Mar 16 01:55:39 2022 +0000 |
tree | b43e15fe04d1c6ea9e0efa054185733a5959b366 | |
parent | 389185bf8a571feb7697fb2298638c9fcb048741 [diff] | |
parent | c8aec5c18160241e9b5bc79bbc3580e13df5ab23 [diff] |
Merge "Update futures-executor to 0.3.21" am: 49973b58bf am: 2acf9c7044 am: 669135f654 am: e587788cd1 am: c8aec5c181 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/futures-executor/+/2005990 Change-Id: Ie101136c730c6de8812ab3c31e926ec97ff8b6c8
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.