mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 10:04:39 +01:00
bumping rubocop
This commit is contained in:
parent
eaa832524e
commit
1fe647876a
6 changed files with 48 additions and 25 deletions
|
|
@ -5,11 +5,11 @@ require 'channel'
|
|||
c = Channel.new
|
||||
|
||||
1.upto(5) do |i|
|
||||
go(lambda { |i, co|
|
||||
go(lambda do |i, co|
|
||||
1.upto(5) do |j|
|
||||
co << format("hi from %d.%d", i, j)
|
||||
co << format('hi from %d.%d', i, j)
|
||||
end
|
||||
}, i, c)
|
||||
end, i, c)
|
||||
end
|
||||
|
||||
25.times { puts c.recv }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue