Skip to content

zkSNARK/python-style-thread-safe-joinable-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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."

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages