class Rufus::Scheduler::EmScheduler

def join


underlying EventMachine.
Joins this scheduler. Will actually join it only if it started the
def join
  @em_thread.join if @em_thread
end