C++20 Concurrency: part-3 request_stop and stop_token for std::jthread--Gajendra Gulgulia
Will you use it?
C++20 Concurrency: part-3 request_stop and stop_token for std::jthread
by Gajendra Gulgulia
From the article:
In this article, we explore the latest feature of C++20’s std::jthreadthat allows one to signal a stop or cancellation to an already executing thread in certain situation...