MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / WaitWhileServerOnline

Function WaitWhileServerOnline

main.cpp:89–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87#endif
88
89void WaitWhileServerOnline(NetworkServer* srv)
90{
91 while (srv->GetOnline())
92 {
93 std::this_thread::sleep_for(1s);
94 };
95}
96
97/******************************************************************************************\
98* *

Callers 1

mainFunction · 0.85

Calls 1

GetOnlineMethod · 0.45

Tested by

no test coverage detected