frogEye Wed, 29 Nov 2017 15:00:05 +0100
I working with libui-nim wrapper. On some event in UI, I need to perform a long-running task let say it takes 5s and then update UI accordingly. What is the recommended way to do that nim?