Jan. 25, 2018
3:26 p.m.
I have written some code that has a deep nested loop of calling ZnClient>>get. In the loop I also execute Transcript>>show but I can only see the transcript output after a few seconds when the loop is finished. During all that time while the loop is busy the UI is also unresponsive. Is there a way to execute code in some sort of asynchronous way?