Does basic4ppc support the execution of multiple threads, e.g. Worker Threads in C#?
I have resource hungry subs which when executing 'lock up' the user interface until the sub has finished. I'd like the GUI to be responsive regardless of what calculations are carried out in the background.
I have resource hungry subs which when executing 'lock up' the user interface until the sub has finished. I'd like the GUI to be responsive regardless of what calculations are carried out in the background.