io-context 0.2.0

A context that carries a deadline, cancelation signals and request scoped values across API boundaries and between processes.
Documentation
  • Coverage
  • 95.24%
    20 out of 21 items documented5 out of 18 items with examples
  • Size
  • Source code size: 64.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.43 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Thomasdezeeuw/io-context
    25 2 3
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Thomasdezeeuw

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.