Crates.io | suspend |
lib.rs | suspend |
version | 0.1.3 |
source | src |
created_at | 2020-07-23 08:25:18.642789 |
updated_at | 2020-07-26 01:17:00.786847 |
description | A common mechanism for suspending a thread or a Future until notified |
homepage | |
repository | https://github.com/andrewwhitehead/async-resource-rs/ |
max_upload_size | |
id | 268551 |
size | 38,227 |
This crate provides various utilities for moving between async and synchronous contexts. It allows for a thread to easily block on a Future or Stream, and provides ways to suspend a Future until it is notified.
You can read the docs here, or generate them on your own using cargo doc
.
Licensed under either of
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.