qtthread_interface
QThread_interface
Mimic forward declaration of QRPCManager.
Source code in client/ayon_comfyui/api/qtthread_interface.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | |
server_thread property
Get Server Thread for RPC.
static_server_thread property
Get Static Server Thread for RPC.
ws_pulse_client property
Get WS client to pulse backend.
schedule(function, *args, **kwargs)
Schedule a function in the thread.
Source code in client/ayon_comfyui/api/qtthread_interface.py
22 23 24 25 | |
ThreadLike
Expose stop function.
Source code in client/ayon_comfyui/api/qtthread_interface.py
9 10 11 12 13 | |
stop()
Set event flag of this thread to stop execution.
Source code in client/ayon_comfyui/api/qtthread_interface.py
12 13 | |