Pudu programming language
Menu
API reference

Std.Concurrent.Coordinate.waitLatchWithin

1 declaration

fn

waitLatchWithin: &Std.Concurrent.Coordinate.Latch -> Int -> Result[Bool, Std.Concurrent.Coordinate.CoordinateError]

Wait at most millis for the latch; answers whether it opened.

Back to Std.Concurrent.CoordinateSearch related declarations