commit | a123d46adadac67e290b931636f37980b0d63a05 | [log] [tgz] |
---|---|---|
author | Elisei Zamakhov <[email protected]> | Thu Jul 11 12:43:34 2024 +0000 |
committer | Elisei Zamakhov <[email protected]> | Thu Jul 11 13:51:59 2024 +0000 |
tree | 3c7f74ccdcb4cbac2c578aac61f80bc80c3a962d | |
parent | e0f72c756658f4e1963cc7d85bb419e30914a1bf [diff] |
Mark apex-available Test: m Change-Id: I9e4047db74f072b880a1a1255c68f19f1decc8d7
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.