B
Brian
I have a simple app that fires off a few things asynchronously... This is
necessary as the main app needs to continue to run and update the screen.
Fortunately all of these methods I'm invoking support async calls, such as
playing a sound, etc.
How do I go about creating a new thread or process to handle a series of
subroutines asynchronously?
Kind of new to GUI/front end programming so this concept is new to me...
Thanks,
Brian
necessary as the main app needs to continue to run and update the screen.
Fortunately all of these methods I'm invoking support async calls, such as
playing a sound, etc.
How do I go about creating a new thread or process to handle a series of
subroutines asynchronously?
Kind of new to GUI/front end programming so this concept is new to me...
Thanks,
Brian