Results for “Std.Concurrent.Task”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Concurrent.Task
A thread the program started.
- Std.Concurrent.join
&Std.Concurrent.Task -> Result[(), Std.Concurrent.ConcurrentError]Wait for a thread to finish, and report what it said if it failed.
- Std.Concurrent.joinAll
&Array[Std.Concurrent.Task] -> Result[(), Std.Concurrent.ConcurrentError]Wait for every thread, in the order they were started.
- Std.Concurrent.start
fn() -> () -> Result[Std.Concurrent.Task, Std.Concurrent.ConcurrentError]Start an action on a thread of its own.
