Results for “Std.Concurrent.Cancel.Reason”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Concurrent.Cancel.Reason
Why work was asked to stop.
- Std.Concurrent.Cancel.reason
&Std.Concurrent.Cancel.Token -> Option[Std.Concurrent.Cancel.Reason]Why the token fired, or
Nonewhile it has not. An ancestor's reason is - Std.Concurrent.Cancel.check
&Std.Concurrent.Cancel.Token -> Result[(), Std.Concurrent.Cancel.Reason]Okwhile the token has not fired, so work can stop with?. - Std.Concurrent.Cancel.explain
&Std.Concurrent.Cancel.Reason -> StrA sentence saying why work stopped.
- Std.Concurrent.Cancel.pause
&Std.Concurrent.Cancel.Token -> Int -> Result[(), Std.Concurrent.Cancel.Reason]Sleep for
millis, or until the token fires, whichever comes first.
