Module: SimpleCov::ParallelAdapters::_Adapter

Defined in:
sig/simplecov.rbs

Instance Method Summary collapse

Instance Method Details

#active? ⇒ boolish

Returns:

  • (boolish)


1599
# File 'sig/simplecov.rbs', line 1599

def active?: () -> boolish

#expected_worker_count ⇒ Integer

Returns:

  • (Integer)


1607
# File 'sig/simplecov.rbs', line 1607

def expected_worker_count: () -> Integer

#first_worker? ⇒ Boolean

Returns:

  • (Boolean)


1601
# File 'sig/simplecov.rbs', line 1601

def first_worker?: () -> bool

#native_wait? ⇒ boolish

Returns:

  • (boolish)


1605
# File 'sig/simplecov.rbs', line 1605

def native_wait?: () -> boolish

#wait_for_siblings ⇒ void

This method returns an undefined value.



1603
# File 'sig/simplecov.rbs', line 1603

def wait_for_siblings: () -> void