def __init__(self, async_jobs: AsyncActuatorCommands, change_actuator_request_event: ChangeActuatorRequestEvent,
logging: RootLogger):
threading.Thread.__init__(self)
self.__async_jobs = async_jobs
self.__change_actuator_request_event = change_actuator_request_event
self.__logging = logging
self.shutdown = False
评论列表
文章目录