no async context |
m fix links |
||
| Line 1: | Line 1: | ||
{{Table ProtoFluxCategoryNodes | {{Table ProtoFluxCategoryNodes | ||
| | |AsyncDynamicImpulseReceiver|| A listener node that sits in a slot, waiting for trigger pulses. | ||
| | |AsyncDynamicImpulseReceiverWithData|| A listener node that sits in a slot, waiting for trigger pulses, and can receive data. | ||
| | |AsyncDynamicImpulseTrigger|| Sends an impulse to a slot that has a receiver that is listening for that pulse. | ||
| | |AsyncDynamicImpulseTriggerWithData|| Sends an impulse to a slot that has a receiver that is listening for that pulse and sending data through. | ||
| | |AsyncFor|| A node that allows for looped execution for a known number of times. | ||
| | |AsyncRangeLoopInt|| A node that allows for looped execution for a known number of times, have an optional start and end, and how much to skip per loop. | ||
| | |AsyncSequence|| When a pulse is received on this node, it will pulse out in order. | ||
| | |AsyncWhile|| A node that allows for looped execution so long as a condition is true. | ||
| | |DelayUpdates|| Delays the execution of code by a certain amount of time. | ||
| | |StartAsyncTask|| Creates a new [[ExecutionContext]] with [[async]] flow. | ||
| | |UpdatesDelayWithData|| Delays the execution of code by engine updates while holding a value in the same context. | ||
| | |UpdatesOrTimeDelay|| Delays the execution of code by a certain amount of time. | ||
| | |UpdatesOrTimeDelayWithData|| Delays the execution of code by engine updates or seconds while holding a value in the same context. | ||
}} | }} | ||
[[Category:ProtoFlux:Flow]] | [[Category:ProtoFlux:Flow]] | ||
Latest revision as of 19:55, 24 August 2025
| Node Name | Description |
|---|---|
| AsyncDynamicImpulseReceiver | A listener node that sits in a slot, waiting for trigger pulses. |
| AsyncDynamicImpulseReceiverWithData | A listener node that sits in a slot, waiting for trigger pulses, and can receive data. |
| AsyncDynamicImpulseTrigger | Sends an impulse to a slot that has a receiver that is listening for that pulse. |
| AsyncDynamicImpulseTriggerWithData | Sends an impulse to a slot that has a receiver that is listening for that pulse and sending data through. |
| AsyncFor | A node that allows for looped execution for a known number of times. |
| AsyncRangeLoopInt | A node that allows for looped execution for a known number of times, have an optional start and end, and how much to skip per loop. |
| AsyncSequence | When a pulse is received on this node, it will pulse out in order. |
| AsyncWhile | A node that allows for looped execution so long as a condition is true. |
| DelayUpdates | Delays the execution of code by a certain amount of time. |
| StartAsyncTask | Creates a new ExecutionContext with async flow. |
| UpdatesDelayWithData | Delays the execution of code by engine updates while holding a value in the same context. |
| UpdatesOrTimeDelay | Delays the execution of code by a certain amount of time. |
| UpdatesOrTimeDelayWithData | Delays the execution of code by engine updates or seconds while holding a value in the same context. |
Pages in category "ProtoFlux:Flow:Async"
The following 13 pages are in this category, out of 13 total.