Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 930 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 930 Bytes

KiwiScheduler

Travis Appveyor Coverage Status Documentation

The scheduler manages time events, called tasks, in a multi-thread context. This implementation allows to have one tasks consumer with several tasks' producer. Each producer, usually associated with one thread, owns a unique id that is used at the creation of tasks and that specify the producer to which they will be associated to.