Std.Concurrent.Scope
2 public declarations
- all
&Std.Concurrent.Cancel.Token -> &Array[fn(Std.Concurrent.Cancel.Token) -> Result[T, E]] -> Result[Array[T], Std.Concurrent.Scope.ScopeError[E]]Run every action on its own thread with one child token of
parent, and - ScopeError
Why a scope failed: an action's own failure, or a crash, including a
