1 #ifndef ASYNC_PRINTER_H_
2 #define ASYNC_PRINTER_H_
8 #include "../Process/AsyncProcess.h"
19 static void Finalize();
21 static int Printf(
const char* msg, ...);
22 static int Println(
const char* msg, ...);
23 static void DbgPrint(
const char* msg, ...);
28 static const UINT32 kMaxQueueSize = 4096;
29 static const UINT32 kMaxPrintsPerCycle = 50;
39 queue<string> _messageQueue;