Class Scopes
java.lang.Object
io.github.cowwoc.pouch10.core.Scopes
Scope helper functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidRuns one or more tasks, throwing any exceptions they throw after they all finish executing.
-
Method Details
-
runAll
Runs one or more tasks, throwing any exceptions they throw after they all finish executing.- Parameters:
tasks- a list of tasks- Throws:
WrappedCheckedException- if any of the tasks threw checked exceptions
-