Pudu programming language
Menu
API reference

Std.Concurrent.Coordinate.waitGroupIdle

1 declaration

fn

waitGroupIdle: &Std.Concurrent.Coordinate.WaitGroup -> Result[(), Std.Concurrent.Coordinate.CoordinateError]

Wait until nothing is outstanding. A group waited on with nothing added is idle at once.

Back to Std.Concurrent.CoordinateSearch related declarations