Skip to content

Milestones

List view

  • - Totally new kernel - use of a new code standard - faster and yet simpler scheduler - wait / notify using payload object instead - modern Tick counting - modern Timout with transparent timeout report through cast operator - Conditional wait. Using the same principle as conditional_variable but with the ability to transport message upon true condition. - external mutex header/source - external semaphore - Thread will be only comprised of thread, wait/notify and controls. All the rest will now be external sources only added when necessary. - Reporting thread parameters has changed, now with a simple command you can receive a const& with all the parameters being used at that moment.

    No due date