RosettaCodeData/Task/Concurrent-computing/Zkl/concurrent-computing.zkl

4 lines
149 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
fcn{println("Enjoy")}.launch(); // thread
fcn{println("Rosetta")}.strand(); // co-op thread
fcn{println("Code")}.future(); // another thread type