Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xShug0/audio.cpp
/ StartWorkers
Method
StartWorkers
external/sentencepiece/src/util.h:451–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
450
void Schedule(std::function<void()> closure) { tasks_.emplace_back(closure); }
451
void StartWorkers() {}
452
453
private:
454
std::vector<std::thread> tasks_;
Callers
3
RunEStep
Method · 0.80
PruneSentencePieces
Method · 0.80
LoadSentences
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected