MCPcopy Create free account
hub / github.com/LUX-Core/lux / Thread

Method Thread

src/checkqueue.h:139–142  ·  view source on GitHub ↗

Worker thread

Source from the content-addressed store, hash-verified

137
138 //! Worker thread
139 void Thread()
140 {
141 Loop();
142 }
143
144 //! Wait until execution finishes, and return whether all evaluations where successful.
145 bool Wait()

Callers 5

runMethod · 0.80
startMethod · 0.80
runMethod · 0.80
startMethod · 0.80
ThreadScriptCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected