Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All translations

More actions

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)It is possible to start an async impulse chain from a normal impulse chain using the [[ProtoFlux:Start Async Task|Start Async Task]] node. This node actually creates a <em>branched</em> ExecutionContext at <code>OnTriggered</code> 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.