• Jan-Marek Glogowski's avatar
    Introduce a scheduler stack · b22526b8
    Jan-Marek Glogowski yazdı
    While the stack removes all invoked tasks from the queue, which
    actively removes it from scheduling, it also helps to faster handle
    nested calls, as we don't have to look for the previous position
    to move the task to the end of the queue for the round robin.
    
    Change-Id: I358cf2492e9630f67685a2b780509edb56691830
    b22526b8
scheduler.hxx 2.89 KB