equeue
equeue copied to clipboard
A Swiss Army knife scheduler for embedded systems
Doing some tests I realized that if the `tick` is initialized before the first NTP synchronization, then the next diff is off, and the dispatch loop just hangs "forever" (in...
How would I go about implementing the platform functions for a bare metal application?
I'm still investigating this fully, but I think the equeue_unqueue function corrupts the linked list administration of the event queue if cancel is called on a event that is a...
This lib is very good , but can you provide pick event functions that I can handle the event by myself. some thing like following: ```C // post a event...