in reply to Re^2: Thread implementation for Win32::GUI
in thread Thread implementation for Win32::GUI
I recommend moving the actual work to be done into its own thread, most likely by using threads and Thread::Queue for the communication. Maybe the worker thread can signal to the main/UI thread by sending a window message.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Thread implementation for Win32::GUI
by ckant8 (Acolyte) on Mar 28, 2013 at 03:41 UTC | |
by Corion (Patriarch) on Mar 28, 2013 at 08:25 UTC |