Crates.io | fd-reactor |
lib.rs | fd-reactor |
version | 0.1.0 |
source | src |
created_at | 2019-12-03 22:16:37.237622 |
updated_at | 2019-12-03 22:16:37.237622 |
description | An async reactor for handling file descriptors |
homepage | |
repository | https://github.com/pop-os/fd-reactor |
max_upload_size | |
id | 186257 |
size | 20,095 |
Provides an async reactor for handling file descriptors in a background thread.
The purpose of this crate is to provide a standardized means of creating generic std::future::Future
types which need to register file descriptors -- and which are independent of a particular async runtime -- as opposed to rolling their own reactors on a background thread. Futures created with this would be universally compatible with both async-std and tokio, and share the same background thread.
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.