Class: Async::Semaphore
- Inherits:
-
Object
- Object
- Async::Semaphore
- Defined in:
- sig/_private/async.rbs
Instance Method Summary collapse
- #async { ... } ⇒ Object
-
#initialize ⇒ Semaphore
constructor
A new instance of Semaphore.
Constructor Details
#initialize ⇒ Semaphore
Returns a new instance of Semaphore.
16 |
# File 'sig/_private/async.rbs', line 16
def initialize: (Integer, ?parent: untyped) -> void
|
Instance Method Details
#async { ... } ⇒ Object
18 |
# File 'sig/_private/async.rbs', line 18
def async: () { () -> void } -> untyped
|