ui_print called from multiple threads #6

Closed
opened 2021-09-28 12:01:47 +02:00 by lteichroeb · 1 comment
Member

Tkinter is not thread safe, the ui_print utility function which interacts with UI elements may thus not be called from different threads. This is pretty necessary, so we should instead implement a global queue to allow all threads to send print commands to be processed in the main thread.

Tkinter is not thread safe, the ui_print utility function which interacts with UI elements may thus not be called from different threads. This is pretty necessary, so we should instead implement a global queue to allow all threads to send print commands to be processed in the main thread.
Author
Member

Fixed in 33331e829a

Fixed in https://egit.irs.uni-stuttgart.de/eive/Helmholtz_Test_Bench/commit/33331e829a3c0e4669d1d5e6e828921e258e8c8a
Sign in to join this conversation.