RosettaCodeData/Task/Concurrent-computing/Zkl/concurrent-computing.zkl
2017-09-25 22:28:19 +02:00

3 lines
149 B
Text

fcn{println("Enjoy")}.launch(); // thread
fcn{println("Rosetta")}.strand(); // co-op thread
fcn{println("Code")}.future(); // another thread type