A scheduler that uses a linked queue to schedule tasks, and executes them using an non blocking design.
Primary LanguageC++