Add Stoppable prepare and start interfaces

This commit is contained in:
Vinnie Falco
2013-09-28 15:00:35 -07:00
parent e4fe965de0
commit 8e58551475
34 changed files with 430 additions and 285 deletions

View File

@@ -145,7 +145,7 @@ public:
// Stoppable
//
void onStop ()
void onStop (Journal)
{
m_queue.dispatch (bind (&Thread::signalThreadShouldExit, this));
}