Class: Async::Barrier

Inherits:
Object
  • Object
show all
Defined in:
sig/_external.rbs

Instance Method Summary collapse

Constructor Details

#initializeBarrier

Returns a new instance of Barrier.



47
# File 'sig/_external.rbs', line 47

def initialize: () -> void

Instance Method Details

#async { ... } ⇒ void

This method returns an undefined value.

Yields:

Yield Returns:

  • (Object)


48
# File 'sig/_external.rbs', line 48

def async: () { () -> untyped } -> void

#stopvoid

This method returns an undefined value.



50
# File 'sig/_external.rbs', line 50

def stop: () -> void

#waitvoid

This method returns an undefined value.



49
# File 'sig/_external.rbs', line 49

def wait: () -> void