Maybe I'm missing something obvious (and it's Friday), but is there a way to make the equivalent of os.fork() on a green planet? I'm not necessarily looking to fork the process, I'm looking to take the greens and run one set of code and then another, but with independent areas (as with os.fork() ).
Any ideas or should I just sleep?
source share