pub type Never = Unstoppable;๐Deprecated since 0.3.0: Use
Unstoppable instead for clarityExpand description
Type alias for backwards compatibility.
New code should use Unstoppable instead, which more clearly
communicates that cooperative cancellation is not possible.
Aliased Typeยง
pub struct Never;