Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:AsyncSequence

From Resonite Wiki
Revision as of 15:16, 13 December 2024 by Yosh (talk | contribs) (cleanup)
Async Sequence
*
Calls
+
-
Async

The Async Sequence performs each of the provided impulses in order, waiting for the asynchronous context 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

Start execution of the node.

Outputs

Calls (List of AsyncCalls)

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

Examples

See Also