Scopira
20080306
|
#include <sidekickthread.h>
Public Member Functions | |
sidekick_thread (void) | |
ctor, starts the sidekick_runner thread in the background | |
~sidekick_thread () | |
dtor, blocks the thread until it stops | |
This is simply a thread+sidekick_runner. It does the start() in the ctor and a wait_stop in the dor. You can use this in lue of a sidekick_loop (like, for Windows).