lib/lifx/timers.rb in lifx-0.4.0 vs lib/lifx/timers.rb in lifx-0.4.1
- old
+ new
@@ -1,6 +1,7 @@
require 'timers'
module LIFX
+ # @private
module Timers
protected
def initialize_timer_thread
timers.after(1) {} # Just so timers.wait doesn't complain when there's no timer
Thread.new do