Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-08 | tidy: modernize-use-equals-default | MarcoFalke | |
2024-02-16 | kernel: Remove dependency on CScheduler | TheCharlatan | |
By defining a virtual interface class for the scheduler client, users of the kernel can now define their own event consuming infrastructure, without having to spawn threads or rely on the scheduler design. Removing CScheduler also allows removing the thread and exception modules from the kernel library. |