ProtoFlux:AsyncSequence

From Resonite Wiki
Revision as of 23:41, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Async Sequence to ProtoFlux:AsyncSequence: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Async Sequence
*
Calls
+
-
Async

The Async Sequence performs each of the provided async impulses in order, waiting for the chain of each impulse to finish before executing the next one.

This can be useful for organizational purposes or to avoid code duplication if something needs to be performed after a bunch of branching paths.

Inputs

* (AsyncCall)

Start execution of the node.

Outputs

Calls (List of AsyncCalls)

The list of impulses to fire in order. The impulses are run in async flow, and after the context of the impulse finishes, the next impulse is fired.

Examples

See Also