towhee.engine.operator_runner.window_runner.WindowRunner¶
- class towhee.engine.operator_runner.window_runner.WindowRunner(name: str, index: int, op_name: str, tag: str, hub_op_id: str, op_args: Dict[str, any], readers=None, writer=None)[source]¶
Bases:
RunnerBaseWindowRunner, multiple inputs and multiple outputs.
Wrapper will run in task executor in another thread or process. If run an op error, we should pass error info by an error handler.
Methods
is_endis_finishedis_idlejoinprocessprocess_stepset_opset_stopsleepslow_downspeed_upunset_opAttributes
hub_op_idmsgopop_argsop_namestatustag- __init__(name: str, index: int, op_name: str, tag: str, hub_op_id: str, op_args: Dict[str, any], readers=None, writer=None) None¶