MCPcopy Create free account
hub / github.com/TabbyML/tabby / join

Method join

src/thread_pool.cc:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 }
104
105 void Worker::join() {
106 _thread.join();
107 }
108
109 void Worker::run(JobQueue& job_queue) {
110 local_worker = this;

Callers 15

mainFunction · 0.80
_process_fileFunction · 0.80
_start_translationFunction · 0.80
_benchmark_translationFunction · 0.80
__init__Method · 0.80
runMethod · 0.80
_get_long_descriptionFunction · 0.80
_get_project_versionFunction · 0.80
setup.pyFile · 0.80
test_transformers_dtypeFunction · 0.80

Calls

no outgoing calls