Translations:Impulses/19/en

From Resonite Wiki

It is possible to start an async impulse chain from a normal impulse chain using the Start Async Task node. This node actually creates a branched ExecutionContext at OnTriggered that is distinct from the context that triggered it. Every value used by the triggered ExecutionContext gets duplicated into the new context, but after that point, neither context is able to affect the other.