MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / isReady

Method isReady

server/VGLTrans.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278
279
280bool VGLTrans::isReady(void)
281{
282 if(thread) thread->checkError();
283 return q.items() <= 0;
284}
285
286
287void VGLTrans::synchronize(void)

Callers

nothing calls this directly

Calls 2

checkErrorMethod · 0.80
itemsMethod · 0.80

Tested by

no test coverage detected