kernel icon indicating copy to clipboard operation
kernel copied to clipboard

Task yielding support

Open ethindp opened this issue 4 years ago • 0 comments

Currently, the kernel uses Rusts async function support, but async functions run sequentially. There needs to be a way a driver or kernel function can tell the asynchronous scheduler to yield to other tasks that are queued so that they can run while the yielding task waits to be resumed.

ethindp avatar Sep 10 '21 21:09 ethindp