ManyThreads / mythos

Many Threads Operating System
https://manythreads.github.io/mythos/
MIT License
16 stars 3 forks source link

Priority scheduling for signal handler #211

Open gypsephi opened 2 years ago

gypsephi commented 2 years ago

Asynchronous event handling (signals) in userspace, e.g., resource revocation, requires priority scheduling. Thus, an execution context that performers the event handling needs to be priority scheduled by a scheduling context.