Crate stopper[][src]

Stopper

The primary type for this crate is Stopper, which provides a synchronized mechanism for canceling Futures and Streams.

Structs

FutureStopper
Stopper

This struct provides a synchronized mechanism for canceling Futures and Streams.

StreamStopper