commit | 15fb6c10023c82bcfb39dec8aff6ea1078feec23 | [log] [tgz] |
---|---|---|
author | Yimin Li <[email protected]> | Fri Oct 21 20:58:04 2022 -0700 |
committer | Yimin Li <[email protected]> | Fri Oct 21 20:58:04 2022 -0700 |
tree | b43e15fe04d1c6ea9e0efa054185733a5959b366 | |
parent | 6c3c0260656f0ab442da2d21d95f77c241b4e20b [diff] | |
parent | ff7eb60792b5341edc407347b87cfb54e90efa0c [diff] |
Merge commit 'ff7eb60792b5341edc407347b87cfb54e90efa0c' of sso://googleplex-android/platform/external/rust/crates/futures-executor into HEAD Change-Id: Id253d2e59adbddc9ab585af2d04cf0fe3d718ce2
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.