Skip to content

A C++ thread-safe queue that can be used in producer-consumer pattern, and a thread pool based on it.

License

Notifications You must be signed in to change notification settings

lowsfer/ConcurrentQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ConcurrentQueue

A C++ thread-safe queue that can be used in producer-consumer pattern, and a thread pool based on it.

About

A C++ thread-safe queue that can be used in producer-consumer pattern, and a thread pool based on it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages