Skip to content

Thread-safe generic queue container for C++ written on top of Boost package

Notifications You must be signed in to change notification settings

joydeeps/boost_locking_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

13 Commits

Repository files navigation

Locking Queue ------------- Locking Queue is a thread-safe generic queue container based on the standard STL std::queue. It uses some of the pieces from Boost package. The inspiration for writing this container was Python's Queue.Queue class - simple, yet very powerful, especially when it comes to messaging between threads. Authors ------- Adam Romanek - (http://github.com/romanek-adam/) 

About

Thread-safe generic queue container for C++ written on top of Boost package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++100.0%