# File lib/childprocess/jruby/process.rb, line 30
      def stop(timeout = nil)
        assert_started

        @process.destroy
        wait # no way to actually use the timeout here..
      end