Skip to content

Releases: pplux/px_sched

PX_Sched V1.0.1

03 Jan 14:38
Compare
Choose a tag to compare
  • Changed Ready IndexQueue so tasks will be scheduled to be executed in order
  • Fix bug waking up worker threads when the number of tasks is low
  • Some improvements to checks/debug info

PX_Sched V1.0

27 Dec 19:01
361ca79
Compare
Choose a tag to compare

First Release, with friendly memory manager integration, no STL container (apart from TLS emulation if needed). C++11 is still required but only for thread/mutex/condition variables.