rust-cancellation
rust-cancellation copied to clipboard
CancellationToken for composable cancellation in Rust
trafficstars
rust-cancellation 
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