10-17-2025, 09:24 AM
I know some of you might say - just use timers and gosub routines
but that's not multi-threading
I know qb64 is a single threaded language,
but I have an idea.
We can introduce some subroutines like the Sub _GL
example:
I just don't know how to implement this from libqb
but that's not multi-threading
I know qb64 is a single threaded language,
but I have an idea.
We can introduce some subroutines like the Sub _GL
example:
Code: (Select All)
Sub _Thread1
End Sub
Sub _Thread2
End Sub
I just don't know how to implement this from libqb

