suspend

Crates.iosuspend
lib.rssuspend
version0.1.3
sourcesrc
created_at2020-07-23 08:25:18.642789
updated_at2020-07-26 01:17:00.786847
descriptionA common mechanism for suspending a thread or a Future until notified
homepage
repositoryhttps://github.com/andrewwhitehead/async-resource-rs/
max_upload_size
id268551
size38,227
Andrew Whitehead (andrewwhitehead)

documentation

README

suspend

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.

Documentation

You can read the docs here, or generate them on your own using cargo doc.

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 95

cargo fmt