Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
_process_file
Function · 0.80
_start_translation
Function · 0.80
_benchmark_translation
Function · 0.80
__init__
Method · 0.80
run
Method · 0.80
_get_long_description
Function · 0.80
_get_project_version
Function · 0.80
setup.py
File · 0.80
test_transformers_translation
Function · 0.80
test_transformers_generation
Function · 0.80
test_transformers_dtype
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_transformers_translation
Function · 0.64
test_transformers_generation
Function · 0.64
test_transformers_dtype
Function · 0.64
test_transformers_marianmt_vocabulary
Function · 0.64
test_transformers_marianmt_disable_unk
Function · 0.64
test_transformers_encoder
Function · 0.64
_check_generator_logits
Function · 0.64
test_transformers_lm_scoring
Method · 0.64
test_transformers_lm_forward
Method · 0.64
test_transformers_generator_on_iterables
Method · 0.64
test_transformers_generator_suppress_sequences
Method · 0.64
test_transformers_generator_ignore_prompt
Method · 0.64