You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Suspended tasks, clocks, queued tasks in textdump write
}self.write_verbs(&textdump.verbs)?;// TODO: Suspended tasks, clocks, queued tasks in textdump write// actually write clocks/tasks/suspended tasks, but for now we just write 0 for eachwriteln!(self.writer,"0 clocks")?;writeln!(self.writer,"0 queued tasks")?;
The text was updated successfully, but these errors were encountered:
actually write clocks/tasks/suspended tasks, but for now we just write 0 for each
moor/crates/kernel/src/textdump/write.rs
Line 151 in 47435a1
The text was updated successfully, but these errors were encountered: