Remove tryStealMdlThrd

This commit is contained in:
msqr1
2024-03-13 09:21:15 -07:00
parent 471d35729a
commit 39e08f3f48
3 changed files with 41 additions and 46 deletions

View File

@@ -52,7 +52,7 @@ void recognizer::finishConstruction(genericModel* model, genericModel* spkModel)
std::thread t{main};
t.detach();
}
void recognizer::acceptWaveForm() noexcept {
void recognizer::acceptWaveForm() {
controller.test_and_set(std::memory_order_relaxed);
controller.notify_one();
}