Pudu programming language
Menu
API reference

Std.Concurrent.Cancel.check

1 declaration

fn

check: &Std.Concurrent.Cancel.Token -> Result[(), Std.Concurrent.Cancel.Reason]

Ok while the token has not fired, so work can stop with ?.

Back to Std.Concurrent.CancelSearch related declarations