
Thread that is executed when there is nothing to do for this core. More...
#include <thread/idlethread.h>
Public Member Functions | |
void | action () override |
Wait for a thread to become ready and sleep in the meantime. | |
![]() |
Additional Inherited Members | |
![]() | |
![]() | |
![]() | |
![]() |
Thread that is executed when there is nothing to do for this core.
Using the IdleThread simplifies the idea of waiting and is an answer to the questions that arise once the ready queue is empty.