MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / execute

Method execute

source/MRViewer/MRViewerEventQueue.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void ViewerEventQueue::execute()
17{
18 std::unique_lock lock( mutex_ );
19 while ( !queue_.empty() )
20 {
21 if ( queue_.front().cb )
22 queue_.front().cb();
23 queue_.pop();
24 }
25}
26
27bool ViewerEventQueue::empty() const
28{

Callers 10

emsMainInfiniteLoopMethod · 0.80
mainLoopFunc_Method · 0.80
launchEventLoopMethod · 0.80
loadSlices<VdbVolume>Function · 0.80
sortDICOMFilesFunction · 0.80
executeFunction · 0.80
waitFunction · 0.80

Calls 2

emptyMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected