cancellation 0.1.0

A C#-like CancellationToken for Rust
Documentation

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