Module: SimpleCov::ParallelAdapters::_Adapter
- Defined in:
- sig/simplecov.rbs
Instance Method Summary collapse
- #active? ⇒ boolish
- #expected_worker_count ⇒ Integer
- #first_worker? ⇒ Boolean
- #native_wait? ⇒ boolish
- #wait_for_siblings ⇒ void
Instance Method Details
#active? ⇒ boolish
1594 |
# File 'sig/simplecov.rbs', line 1594
def active?: () -> boolish
|
#expected_worker_count ⇒ Integer
1602 |
# File 'sig/simplecov.rbs', line 1602
def expected_worker_count: () -> Integer
|
#first_worker? ⇒ Boolean
1596 |
# File 'sig/simplecov.rbs', line 1596
def first_worker?: () -> bool
|
#native_wait? ⇒ boolish
1600 |
# File 'sig/simplecov.rbs', line 1600
def native_wait?: () -> boolish
|
#wait_for_siblings ⇒ void
This method returns an undefined value.
1598 |
# File 'sig/simplecov.rbs', line 1598
def wait_for_siblings: () -> void
|