temporalio.worker._workflow_instance._TimerHandle

class documentation

class _TimerHandle(asyncio.TimerHandle): (source)

Constructor: _TimerHandle(seq, when, options, callback, ...)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method _apply_cancel_command Undocumented
Method _apply_start_command Undocumented
Instance Variable _options Undocumented
Instance Variable _seq Undocumented

def __init__(self, seq: int, when: float, options: _TimerOptions | None, callback: Callable[..., Any], args: Sequence[Any], loop: asyncio.AbstractEventLoop, context: contextvars.Context | None): (source)

Undocumented

Undocumented

def _apply_start_command(self, command: temporalio.bridge.proto.workflow_commands.WorkflowCommand, delay: float): (source)

Undocumented

_options = (source)

Undocumented

Undocumented