- Thread Starter
- #1,441
I understand your reasoning; I just don’t embark on refactors due to hunches. In early dev I could block the main thread on Safari forever and it’d happily sit there.
Pyscript has a worker framework but there are complications and I’ve specific constraints on the Python side to not add anything beyond I/O formatters for file, config, and image and the callback.
I’ll add an analytics event for updateUIWithPlotImage to track deadlocks.
Pyscript has a worker framework but there are complications and I’ve specific constraints on the Python side to not add anything beyond I/O formatters for file, config, and image and the callback.
I’ll add an analytics event for updateUIWithPlotImage to track deadlocks.