Skip to content

A very lightweight thread-safe message queue implemented with C++11

Notifications You must be signed in to change notification settings

LiangZuoting/EasyQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyQueue

A very lightweight thread-safe message queue implemented with C++11.

Header-only designed, easy to use.

Three components supplied:

  • class wait_signal : an improved condition variable

  • class message_queue : a high-level abstract & thread-safe queue

  • class single_thread_pool : a single thread pool for FIFO tasks

About

A very lightweight thread-safe message queue implemented with C++11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages