Pudu programming language
Menu
API reference

Std.Concurrent.Cancel.remaining

1 declaration

fn

remaining: &Std.Concurrent.Cancel.Token -> Option[Int]

Milliseconds left before the deadline, never below zero, or None for a token without one.

Back to Std.Concurrent.CancelSearch related declarations