Main /
ThreadManager01Categories: WIN rds-hosted Thread Manager 01 5K Author: Al Getz Date: Aug 10 2005 http://www.rapideuphoria.com/threadmanager01.zip A simple technique for simulating multiple threads for his WinClass library, though it could likely be used with any GUI library. It allows your app to function normally even during long operations like file saves. Run numerous background threads while the user can still click buttons and move the window around. His demo has a Marquee control that shows there are still pending operations to be completed. Note: there is no scheduling mechanism. Just the call stack. Real O/S threads are not used. |