MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / 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 3

runMethod · 0.80
startMethod · 0.80
ThreadScriptCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected