ProtoFlux:ASync Sequence

From Resonite Wiki
Revision as of 01:49, 17 February 2024 by 989onan (talk | contribs) (forgot category)
(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

* (AsyncCall)

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