mirror of
https://github.com/lloeki/normandy.git
synced 2025-12-06 10:04:39 +01:00
WIP
This commit is contained in:
parent
0cdf0a490a
commit
06273c3525
11 changed files with 208 additions and 29 deletions
|
|
@ -5,6 +5,6 @@ require 'channel'
|
|||
queue = Channel.new(2)
|
||||
queue << 'one'
|
||||
queue << 'two'
|
||||
close(queue)
|
||||
queue.close
|
||||
|
||||
queue.each { |e| puts e }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue