class documentation
class _TimerHandle(asyncio.TimerHandle): (source)
Constructor: _TimerHandle(seq, when, options, callback, ...)
Undocumented
| Method | __init__ |
Undocumented |
| Method | _apply |
Undocumented |
| Method | _apply |
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
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