structured concurrency

Structured concurrency describes concurrent operations within a lifespan that's constrained to a specific concurrent command and async context scope. This is a structured flow control like if, for or return that constrains to an associated scope.