class Rufus::Scheduler

def join


Joins on the scheduler thread
def join
    @scheduler_thread.join
end