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.
1 declaration
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.