Skip to main content
Corvus Connection

Async Group

Concurrency
flow.asyncRuns the body as a normal awaited sequence sharing the handler's context; a scope brace gives the body its own variables. Flow resumes at 'completed'. A 'return' inside the body returns from the whole handler.A sequential awaited scope — the simplest concurrency group.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed

Outputs

Name
Kind
Type
Flags
bodyExecexecNone
completedExecexecNone

Lowers to C#

{ /* body */ } /* → completed */