stop-handle 0.1.0

Convinient structure to terminate future execution
Documentation

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