robert-w-gries / rxinu

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

new() should be a trait method for Scheduling #71

Closed robert-w-gries closed 4 years ago

robert-w-gries commented 6 years ago

It'll look like this:

fn new() -> Self;