MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Thread

Method Thread

src/checkqueue.h:134–137  ·  view source on GitHub ↗

Worker thread

Source from the content-addressed store, hash-verified

132
133 //! Worker thread
134 void Thread()
135 {
136 Loop();
137 }
138
139 //! Wait until execution finishes, and return whether all evaluations were successful.
140 bool Wait()

Callers 6

runMethod · 0.80
startMethod · 0.80
ThreadScriptCheckFunction · 0.80
Correct_Queue_rangeFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 2

Correct_Queue_rangeFunction · 0.64
BOOST_AUTO_TEST_CASEFunction · 0.64