RosettaCodeData/Task/Concurrent-computing/Sidef/concurrent-computing.sidef
2023-07-01 13:44:08 -04: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 }