Add Stoppable to beast

This commit is contained in:
Vinnie Falco
2013-09-21 23:16:03 -07:00
parent 56496d8287
commit fbc247bf53
6 changed files with 444 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ namespace beast
#include "thread/impl/TrackedMutex.cpp"
#include "thread/DeadlineTimer.cpp"
#include "thread/InterruptibleThread.cpp"
#include "thread/Stoppable.cpp"
#include "thread/Semaphore.cpp"
#include "thread/CallQueue.cpp"
#include "thread/Listeners.cpp"