robert-w-gries / rxinu

Rust implementation of Xinu educational operating system
Apache License 2.0
33 stars 4 forks source link

Scheduler rewrite #83

Closed robert-w-gries closed 3 years ago

robert-w-gries commented 3 years ago

Implement tasks using Futures, following the Async/Await post.

Changes

Removals