Expand description
Structs§
- Future
Stopper - A wrapper that cancels the contained
Future
at an await point and returns None when the associatedStopper
is stopped. - Stopped
- A future that awaits this Stopper being stopped
- Stopper
- This struct provides a synchronized mechanism for canceling Futures and Streams.
- Stream
Stopper - A wrapper type that stops a
Stream
when the associatedStopper
is stopped