Class: Async::Barrier
- Inherits:
-
Object
- Object
- Async::Barrier
- Defined in:
- sig/_private/async.rbs
Instance Method Summary collapse
- #async { ... } ⇒ Object
-
#initialize ⇒ Barrier
constructor
A new instance of Barrier.
- #wait ⇒ void
Constructor Details
#initialize ⇒ Barrier
Returns a new instance of Barrier.
8 |
# File 'sig/_private/async.rbs', line 8
def initialize: () -> void
|
Instance Method Details
#async { ... } ⇒ Object
10 |
# File 'sig/_private/async.rbs', line 10
def async: () { () -> void } -> untyped
|
#wait ⇒ void
This method returns an undefined value.
12 |
# File 'sig/_private/async.rbs', line 12
def wait: () -> void
|