# File lib/merb-core/dispatch/worker.rb, line 37
      def alive?
        started? and @worker.thread.alive?
      end