Skip to content

Topic

Structured Concurrency

A concurrency model in which tasks started together are confined to one scope, so a group of related threads is handled as a single unit of work with shared error handling and cancellation.

Current clusters