commit | 6422d13cd2864876f0cb2654dd109d65b383d27b | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:53 2023 -0800 |
committer | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:53 2023 -0800 |
tree | 272d8f3066d39defe95cb101434ebd5f820e52fd | |
parent | a1e432b3112f00eceb163ed3bed0ca30ef6b7fb3 [diff] |
Make futures-executor available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I337c6ef493dc730b3bbf6cd5d45201ed666e50f9
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.