class Guard::Jobs::Sleep

def background

def background
  Thread.main.wakeup
end