Crates.io | cancellation |
lib.rs | cancellation |
version | 0.1.0 |
source | src |
created_at | 2016-01-23 17:11:33.061708 |
updated_at | 2016-01-23 17:11:33.061708 |
description | A C#-like CancellationToken for Rust |
homepage | https://github.com/dgrunwald/rust-cancellation |
repository | https://github.com/dgrunwald/rust-cancellation.git |
max_upload_size | |
id | 3967 |
size | 833,917 |
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.
To use cancellation
, add this to your Cargo.toml
:
[dependencies]
cancellation = "0.1"
For more information, see the documentation