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
|
|
@ -12,14 +12,14 @@ Channel.select(messages) do |msg, c|
|
|||
end
|
||||
end
|
||||
|
||||
msg = 'hi'
|
||||
messages <- msg
|
||||
#select {
|
||||
#case messages <- msg:
|
||||
# fmt.Println("sent message", msg)
|
||||
#default:
|
||||
# fmt.Println("no message sent")
|
||||
#}
|
||||
# msg = 'hi'
|
||||
# messages <- msg
|
||||
# select {
|
||||
# case messages <- msg:
|
||||
# fmt.Println("sent message", msg)
|
||||
# default:
|
||||
# fmt.Println("no message sent")
|
||||
# }
|
||||
|
||||
Channel.select(messages, signals) do |res, c|
|
||||
case c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue