58 static void CALLBACK timer_proc(HWND, UINT, UINT_PTR, DWORD);
61 std::function<bool()> iIdleFunction;
62 static std::map<UINT_PTR, win32_message_queue*> sTimerMap;
bool in_idle() const override
int get_message() const override
win32_message_queue(async_task &aIoTask, std::function< bool()> aIdleFunction, bool aCreateTimer=true)
bool have_message() const override