cancellation

Crates.iocancellation
lib.rscancellation
version0.1.0
sourcesrc
created_at2016-01-23 17:11:33.061708
updated_at2016-01-23 17:11:33.061708
descriptionA C#-like CancellationToken for Rust
homepagehttps://github.com/dgrunwald/rust-cancellation
repositoryhttps://github.com/dgrunwald/rust-cancellation.git
max_upload_size
id3967
size833,917
Daniel Grunwald (dgrunwald)

documentation

http://dgrunwald.github.io/rust-cancellation/doc/cancellation/

README

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

Commit count: 2

cargo fmt