MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / req

Method req

gui/qt/emuthread.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 static bool progressHandler(void *context, int value, int amount);
104
105 void req(int req) {
106 m_reqQueue.enqueue(req);
107 }
108
109 void block(int status) {
110 std::unique_lock<std::mutex> lock(m_mutex);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected