by Benjamin Cantlupe
Version 1 (March 2, 2016)
Download (5,707 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.
5 stars | 30 | |
4 stars | 4 | |
3 stars | 1 | |
2 stars | 0 | |
1 star | 0 | |
Reports | 0 |
Rate and review within the app in the Community section.