Skip to content

Realization of thread safe priority queue with using mutexses and condition variables

Notifications You must be signed in to change notification settings

Sir0ga90/ThreadSafePriorityQueue

Repository files navigation

ThreadSafePriorityQueue

Realization of thread safe priority queue with using mutexses and condition variable. Here are represented both variants:

  • std::priority_queue as member of user class
  • user class derived from std::priority queue

About

Realization of thread safe priority queue with using mutexses and condition variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published