# File lib/clockwork/manager.rb, line 113
    def wait_tick_loop_finishes
      @mutex.synchronize do # wait by synchronize
        @condvar.signal
      end
    end