MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / WaitEnd

Method WaitEnd

NetStream/source/dialog.cpp:251–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void dialog::WaitEnd()
252{
253 if (s_currentDialog == CURRENT_DIALOG_NONE)
254 return;
255
256 while (s_currentDialog != CURRENT_DIALOG_NONE) {
257 thread::Sleep(100);
258 }
259}
260
261bool dialog::IsActive()
262{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected