Add class Workers

This commit is contained in:
Vinnie Falco
2013-07-29 08:36:22 -07:00
parent 933ba3c7d6
commit 47456a1723
6 changed files with 284 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ namespace beast
#include "threads/beast_ReadWriteMutex.cpp"
#include "threads/beast_ThreadGroup.cpp"
#include "threads/beast_ThreadWithCallQueue.cpp"
#include "threads/beast_Workers.cpp"
}