Utility classes commonly useful in concurrent programming.
-
StructuredTaskScope.ShutdownOnSuccess.join()
Wait for a subtask started in this task scope to complete
successfullyPREVIEW or all subtasks to complete.
Wait for a subtask started in this task scope to complete
successfullyPREVIEW or all subtasks to complete, up to the
given deadline.