class EventMachine::PeriodicTimer

def cancel

Cancel the periodic timer
def cancel
  @cancelled = true
end