Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 304 Bytes

File metadata and controls

7 lines (5 loc) · 304 Bytes

Scheduler

Code to show design of a threadsafe queue

schedular.cpp contains the code which runs the event loop to synchronize tasks

producerConsumer.cpp contains the code for the thread-safe queue which uses the scheduler to schedule tasks.