RosettaCodeData/Task/Concurrent-computing/Sidef/concurrent-computing.sidef

8 lines
118 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
var a = <Enjoy Rosetta Code>
a.map{|str|
{ Sys.sleep(1.rand)
say str
}.fork
}.map{|thr| thr.wait }