hanjinliu / magic-class

Generate multifunctional and macro recordable GUIs from Python classes
https://hanjinliu.github.io/magic-class/
BSD 3-Clause "New" or "Revised" License
40 stars 5 forks source link

Thread unsafety of macro. #101

Closed hanjinliu closed 1 year ago

hanjinliu commented 1 year ago

Current implementation of macrokit is not thread-safe. Using thread_worker in parallel will cause unexpected macro blocking/activation.