Module: SimpleCov::ParallelAdapters::_Adapter
- Defined in:
- sig/simplecov.rbs
Overview
The class-level contract an adapter must answer. singleton(Base)
and its subclasses satisfy this structurally.
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
1481 |
# File 'sig/simplecov.rbs', line 1481
def active?: () -> boolish
|
#expected_worker_count ⇒ Integer
1489 |
# File 'sig/simplecov.rbs', line 1489
def expected_worker_count: () -> Integer
|
#first_worker? ⇒ Boolean
1483 |
# File 'sig/simplecov.rbs', line 1483
def first_worker?: () -> bool
|
#native_wait? ⇒ boolish
1487 |
# File 'sig/simplecov.rbs', line 1487
def native_wait?: () -> boolish
|
#wait_for_siblings ⇒ void
This method returns an undefined value.
1485 |
# File 'sig/simplecov.rbs', line 1485
def wait_for_siblings: () -> void
|