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 01:46, 17 February 2024 by 989onan (talk | contribs) (create ASync Sequence ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Async Sequence
*
Calls
+
-
Async

ASync Sequence is a protoflux node that allows for doing a bunch of async tasks, but waiting for each one before continuing to the next. So if you need to write some cloud variables in order, using this node allows for doing such without writing them all at the exact same time like would be done with a Sequence preceded or followed by Start ASync Tasks.

Inputs

Call to start impulsing the list

Outputs

Calls (List of AsyncCalls)

The list of Async paths to call, waiting for each one to finish.

Examples