add signal api

This commit is contained in:
2025-04-18 17:07:56 +02:00
parent 6c8c158a1f
commit fc79a47957
8 changed files with 84 additions and 21 deletions

View File

@ -30,5 +30,6 @@ void scheduler(void)
it = it->next;
}
switch_to_task(it);
exec_signal_pending();
toris();
}