RosettaCodeData/Task/Concurrent-computing/Sidef/concurrent-computing.sidef
2016-12-05 23:44:36 +01:00

7 lines
118 B
Text

var a = <Enjoy Rosetta Code>
a.map{|str|
{ Sys.sleep(1.rand)
say str
}.fork
}.map{|thr| thr.wait }