#context #request #io #server

io-context

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

2 unstable releases

Uses old Rust 2015

0.2.0 Aug 20, 2017
0.1.0 Jul 13, 2017

#322 in #context

Download history 171/week @ 2023-11-24 237/week @ 2023-12-01 255/week @ 2023-12-08 119/week @ 2023-12-15 68/week @ 2023-12-22 50/week @ 2023-12-29 86/week @ 2024-01-05 73/week @ 2024-01-12 96/week @ 2024-01-19 169/week @ 2024-01-26 55/week @ 2024-02-02 99/week @ 2024-02-09 103/week @ 2024-02-16 93/week @ 2024-02-23 106/week @ 2024-03-01 47/week @ 2024-03-08

363 downloads per month

MIT/Apache

34KB
248 lines

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.

Dependencies

~14KB