MCPcopy 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

RunEStepMethod · 0.80
PruneSentencePiecesMethod · 0.80
LoadSentencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected