🔀Subroutine Vs Fork Example🔀

by Benjamin Cantlupe

Version 1 (March 2, 2016)

Download (5,484 downloads)

Two simple flows that show the logical differences between a subroutine and a fork, particularly with variables.

The benefit of a fork is that its new fiber can run simultaneously with the current fiber. But the tradeoff is that passing variables can be tricky.

With a subroutine, the current fiber waits for the new one to finish, but passing variables is MUCH easier.

4.8 average rating from 33 reviews

5 stars
29
4 stars
3
3 stars
1
2 stars
0
1 star
0
Reports
0

Rate and review within the app in the Community section.