Pudu programming language
Menu
API reference

Std.Concurrent.Pool.submit

1 declaration

fn

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

Queue a job, waiting while the queue is full. A crash in the job is reported by shutdown.

Back to Std.Concurrent.PoolSearch related declarations