Add DeadlineTimer class

This commit is contained in:
Vinnie Falco
2013-07-08 12:35:50 -07:00
parent d798330f44
commit bdfb19fe38
9 changed files with 356 additions and 10 deletions

View File

@@ -247,6 +247,7 @@ namespace beast
#include "functor/beast_Function.h"
#include "diagnostic/beast_CatchAny.h"
#include "events/beast_DeadlineTimer.h"
#include "events/beast_OncePerSecond.h"
#include "math/beast_Math.h"
#include "math/beast_MurmurHash.h"