Module: Zizq::_EnqueueTarget
- Defined in:
- sig/zizq.rbs
Overview
Structural type for anything that Zizq::EnqueueWith can forward to —
both the top-level Zizq module and Zizq::BulkEnqueue instances
satisfy this. BulkEnqueue#enqueue_bulk is a no-op that just yields
itself, so nested enqueue_with(...).enqueue_bulk { ... } calls
inside an existing bulk block compose naturally.
Instance Method Summary collapse
Instance Method Details
#enqueue ⇒ Object
115 |
# File 'sig/zizq.rbs', line 115
def enqueue: (
|
#enqueue_bulk {|arg0| ... } ⇒ Object
128 |
# File 'sig/zizq.rbs', line 128
def enqueue_bulk: () { (_EnqueueTarget) -> void } -> untyped
|
#enqueue_raw ⇒ Object
121 |
# File 'sig/zizq.rbs', line 121
def enqueue_raw: (
|