mafw.steering_gui.threading
Threading utilities made available to the steering GUI.
- Author:
Bulgheroni Antonio (antonio.bulgheroni@ec.europa.eu)
- Description:
Provide a shared Worker QObject for running operations off the GUI thread.
- class mafw.steering_gui.threading.Worker(fn: Callable[[...], T], *args: Any, **kwargs: Any)[source]
Bases:
QRunnable,Generic[T]Run a callable in a thread pool while exposing progress, error, and completion signals.
Modules
Threading helpers for future steering GUI background tasks. |