diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-07 09:47:09 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-07 11:59:57 +0200 |
commit | 3544d3c67de7976a31fdaaadb6ce10d0c7055ad1 (patch) | |
tree | c711ec43548ee5e6666518de592a87ed5782315f /lib/evendoors/space.rb | |
parent | 34da35e17a77b295d2761775f3a93d51fb55f9e3 (diff) | |
download | edoors-ruby-3544d3c67de7976a31fdaaadb6ce10d0c7055ad1.zip edoors-ruby-3544d3c67de7976a31fdaaadb6ce10d0c7055ad1.tar.gz |
Twirl: add @run, break loop after each @app_fifo process to check @sys_fifo
Diffstat (limited to 'lib/evendoors/space.rb')
-rw-r--r-- | lib/evendoors/space.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/evendoors/space.rb b/lib/evendoors/space.rb index 6579003..22b9910 100644 --- a/lib/evendoors/space.rb +++ b/lib/evendoors/space.rb @@ -13,6 +13,7 @@ module EvenDoors # def twirl! @spots.values.each do |spot| spot.start! end + EvenDoors::Twirl.run = true EvenDoors::Twirl.twirl! @spots.values.each do |spot| spot.stop! end end |