stop-token
There are 3 repositories under stop-token topic.
tirimatangi/Lazy
Light-weight header-only library for parallel function calls and continuations in C++ based on Eric Niebler's talk at CppCon 2019.
andi611/TTS-Tacotron-Pytorch
Pytorch implementation of Tacotron, a speech synthesis end-to-end generative TTS model.
connectivecpp/wait-queue
Multiple producer / multiple consumer (MPMC) C++ thread-safe queue for passing data between threads