Pudu programming language
Menu
API reference

Std.Concurrent.Future.waitAll

1 declaration

fn

waitAll: &Array[Std.Concurrent.Future.Future[T]] -> Result[Array[T], Std.Concurrent.ConcurrentError]

Wait for every future and answer their values in order, or the first failure in input order once all have settled.

Back to Std.Concurrent.FutureSearch related declarations