class MessageBus::TimerThread::CancelableEvery

Attributes

cancelled[RW]
current[RW]

Public Instance Methods

cancel() click to toggle source
# File lib/message_bus/timer_thread.rb, line 18
def cancel
  current.cancel if current
  @cancelled = true
end