Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 359 Bytes

File metadata and controls

6 lines (3 loc) · 359 Bytes

python-style-thread-safe-joinable-queue

A c++ thread safe queue modeled from the python queue.

The general idea here is that we can use a similar API to the python queue for get() and join() which will allow us to implement the behaviors described in the video of pycon 2016 https://youtu.be/Bv25Dwe84g0 "Thinking about Concurrency, Raymond Hettinger."