method

record

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: Server
record(reporter, result) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/testing/parallelization/server.rb, line 18
        def record(reporter, result)
          raise DRb::DRbConnError if result.is_a?(DRb::DRbUnknown)

          @in_flight.delete([result.klass, result.name])

          reporter.synchronize do
            reporter.record(result)
          end
        end
Register or log in to add new notes.