hololinked.core.eventloop.operations.SchedulerExecutionContext
Bases: Struct
Additional context for the serving side while executing an operation.
Source code in repo/hololinked/hololinked/core/eventloop/operations.py
Attributes
execution_timeout
instance-attribute
Max seconds to wait for the operation to finish, None to wait indefinitely.
Please dont use None if unnecessary.
invokation_timeout
instance-attribute
Max seconds to wait for the operation to start, None to wait indefinitely.
Please dont use None if unnecessary.
hololinked.core.eventloop.operations.ThingExecutionContext
Bases: Struct
Additional context for the thing while executing an operation.