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

Instance Method Details

#active?boolish

Returns:

  • (boolish)


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

def active?: () -> boolish

#expected_worker_countInteger

Returns:

  • (Integer)


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

def expected_worker_count: () -> Integer

#first_worker?Boolean

Returns:

  • (Boolean)


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

def first_worker?: () -> bool

#native_wait?boolish

Returns:

  • (boolish)


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

def native_wait?: () -> boolish

#wait_for_siblingsvoid

This method returns an undefined value.



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

def wait_for_siblings: () -> void