cancellation 0.1.0

A C#-like CancellationToken for Rust
Documentation
  • Coverage
  • 83.33%
    10 out of 12 items documented1 out of 12 items with examples
  • Size
  • Source code size: 834.05 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 927.99 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Documentation
  • dgrunwald/rust-cancellation
    17 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dgrunwald

rust-cancellation Build Status

Rust-Cancellation is a small Rust crate that provides the CancellationToken type that can be used to signal cancellation to other code in a composable manner.


Copyright (c) 2016 Daniel Grunwald. MIT license.

Usage

To use cancellation, add this to your Cargo.toml:

[dependencies]
cancellation = "0.1"

For more information, see the documentation