Control#
stop#
- tk_async_execute.utils.stop()#
Stops the async queue executor.
This should be called from tkinter callbacks, not from async functions.
start#
- tk_async_execute.utils.start()#
Starts the async queue executor.
- Raises:
RuntimeError – The loop is already running. Stop it with
tk_async_execute.stop()first.