You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting.
So each thread should create its own TWM instance, TWM instance should be created and used in the same thread and not shared across threads as each TWM manages its own async event loop. The processing and callback you can put in a different thread.
Can I ask, why are you trying to separate into different threads?
test.py:
run and print:
The text was updated successfully, but these errors were encountered: