Thread#
- ignis.utils.Utils.thread(target: Callable, *args, **kwargs) Thread #
Simply run the given function in a thread. The provided args and kwargs will be passed to the function.
- ignis.utils.Utils.run_in_thread(func: Callable) Callable #
Decorator to run the decorated function in a thread.
- Return type: