Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ check-pass
#![allow(dead_code)]
pub struct Scheduler {
/// The event loop used to drive the scheduler and perform I/O
event_loop: Box<isize>
}
pub fn main() { }