Translations:Impulses/17/en

From Resonite Wiki

Async impulse flow is generally the same as normal impulse flow, though with the added flexibility of being able to suspend and resume certain chains of execution at will. In essence, it is ProtoFlux's way of being able to use coroutines within the language. One can either explicitly suspend execution with nodes such as Delay, or one can implicitly wait for an action to complete before resuming execution, such as using the Play One Shot And Wait node.