Class: Temporalio::Worker::Tuner::SlotSupplier::Custom::MarkUsedContext
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Tuner::SlotSupplier::Custom::MarkUsedContext
- Defined in:
- lib/temporalio/worker/tuner.rb
Overview
Context provided for marking a slot used.
Instance Attribute Summary collapse
-
#permit ⇒ Object
Object that was provided as the permit on reserve.
-
#slot_info ⇒ SlotInfo::Workflow, ...
Information about the slot.
Instance Attribute Details
#permit ⇒ Object
Returns Object that was provided as the permit on reserve.
98 99 100 101 |
# File 'lib/temporalio/worker/tuner.rb', line 98 MarkUsedContext = Data.define( :slot_info, :permit ) |
#slot_info ⇒ SlotInfo::Workflow, ...
Returns Information about the slot. This is never nil.
98 99 100 101 |
# File 'lib/temporalio/worker/tuner.rb', line 98 MarkUsedContext = Data.define( :slot_info, :permit ) |