Fork

Adds task for execution in a new thread. Environment variable with the name value is copied and transferred to a new task. Current task continues to work.

Order of execution:

  • New. New task will begin to execute with the next block which connected to New.

For new task environment variable with the name value is copied from current task.

For current task environment variable with the name value is not changed.

Fork Icon

Was this page helpful?