Super-Simple-Tasker icon indicating copy to clipboard operation
Super-Simple-Tasker copied to clipboard

Event-driven, preemptive, priority-based, hardware RTOS for ARM Cortex-M.

Results 1 Super-Simple-Tasker issues
Sort by recently updated
recently updated
newest added

Signal is implemented now as uint16_t. So you need a big switch in dispatch() function to handle each signal and downcast template. Signal could be implemented as function pointer `void(*)()`...