Multithreaded GUI applications in Octave?

MS-BOSS wrote 01/24/2020 at 14:05 1 point

Hi, has anyone ever tried to run two threads/processes of Octave scripts and have them connected in some way? I would like to separate GUI from its backend, because the backend postpones reactions of the GUI until it does its job with communicating over USART and calls a method which runs all pending callbacks and redraws the GUI.