1

implement semaphore

This commit is contained in:
2022-07-11 15:00:05 +02:00
parent be6aeb2b11
commit 012f68838b
4 changed files with 39 additions and 1 deletions

View File

@ -84,6 +84,11 @@ int main() {
scheduler.schedule();
// TODO: Use templates for queue so threads don't have to be casted down from chain
// TODO: Change scheduler to only use references instead of pointers
// TODO: Rewrite all demos to threads
// TODO: Make menu for demos
// TODO: Unify debug output format
// TODO: Serial output
// Scheduler doesn't return
return 0;