class Writer::TimerThread

def shutdown

def shutdown
  @finish = true
  @thread.join
end