MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Event

Method Event

RedisStudio/Base/Event.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace Base {
5
6Event::Event(bool autoReset)
7{
8 _event = CreateEventW(NULL, autoReset ? FALSE : TRUE, FALSE, NULL);
9 if (!_event)
10 throw std::exception("cannot create event");
11}
12
13
14Event::~Event()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected