Pudu programming language
Menu
API reference

Std.Concurrent.Pool.shutdown

1 declaration

fn

shutdown: &Std.Concurrent.Pool.Pool -> Result[(), Std.Concurrent.ConcurrentError]

Refuse further jobs, run every queued one, and join every worker. Answers the first crash among jobs submitted without a future.

Back to Std.Concurrent.PoolSearch related declarations