#stop #terminate #future #oneshot #async

stop-handle

Convinient structure to terminate future execution

1 unstable release

0.1.0 Feb 14, 2020

#13 in #oneshot

24 downloads per month

MIT license

6KB
119 lines

stop-handle

Crates.io MIT licensed Build Status

Overview

An easy way to request termination of the running future

Usage

Add this to your Cargo.toml:

[dependencies]
stop-handle = "0.1"

See examples folder

Dependencies

~1MB
~16K SLoC