class SimpleCov::ParallelAdapters::ParallelTestsAdapter

def native_wait?

when the pid-file contract is present (see `wait_for_siblings`).
The native wait blocks until every sibling process exits, but only
def native_wait?
  native_parallel_tests_environment?
end