class documentation
class _TimerHandle(asyncio.TimerHandle): (source)
Constructor: _TimerHandle(seq, when, callback, args, ...)
Undocumented
Method | __init__ |
Undocumented |
Method | _apply |
Undocumented |
Method | _apply |
Undocumented |
Instance Variable | _seq |
Undocumented |
def __init__(self, seq:
int
, when: float
, callback: Callable[ ..., Any]
, args: Sequence[ Any]
, loop: asyncio.AbstractEventLoop
, context: Optional[ contextvars.Context]
):
(source)
¶
Undocumented
def _apply_cancel_command(self, command:
temporalio.bridge.proto.workflow_commands.WorkflowCommand
):
(source)
¶
Undocumented
def _apply_start_command(self, command:
temporalio.bridge.proto.workflow_commands.WorkflowCommand
, delay: float
):
(source)
¶
Undocumented