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
104 |
# File 'sig/zizq.rbs', line 104
def enqueue: (
|
#enqueue_bulk {|arg0| ... } ⇒ Object
117 |
# File 'sig/zizq.rbs', line 117
def enqueue_bulk: () { (_EnqueueTarget) -> void } -> untyped
|
#enqueue_raw ⇒ Object
110 |
# File 'sig/zizq.rbs', line 110
def enqueue_raw: (
|