io-context

Crates.ioio-context
lib.rsio-context
version0.2.0
sourcesrc
created_at2017-07-13 20:01:53.640697
updated_at2017-08-20 15:32:10.657058
descriptionA context that carries a deadline, cancelation signals and request scoped values across API boundaries and between processes.
homepage
repositoryhttps://github.com/Thomasdezeeuw/io-context
max_upload_size
id23281
size65,006
Thomas de Zeeuw (Thomasdezeeuw)

documentation

https://docs.rs/io-context

README

IO-Context

Build Status Build status License: MIT Crates.io Docs

A context that carries a deadline, cancelation signals and request scoped values across API boundaries and between processes.

This is heavily inspired by Go's context package.

See the API documentation for more.

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: 59

cargo fmt