Fork join inside a forever loop

In reply to emans:

When you replace the fork/join with a fork/jone_none, you get into a zero-delay forever loop with an infinite number of processes being spawned.

When you replace the fork/join with a fork/jone_any, you get into a zero-delay forever loop with an infinite number of processes being spawned if any of the forks is a function consuming zero time.