MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / clear

Method clear

extensions/olcPGEX_Network.h:275–279  ·  view source on GitHub ↗

Clears Queue

Source from the content-addressed store, hash-verified

273
274 // Clears Queue
275 void clear()
276 {
277 std::scoped_lock lock(muxQueue);
278 deqQueue.clear();
279 }
280
281 void wait()
282 {

Callers 4

CloseMethod · 0.45
~ManagerMethod · 0.45
OnBeforeUserUpdateMethod · 0.45
InitialiseAudioMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected