Compare commits

..

1 Commits

Author SHA1 Message Date
Avril 69b0d073ed
todo: rework
4 years ago

@ -11,7 +11,7 @@ const SUPERVISOR_BACKLOG: usize = 32;
mod dispatch; pub use dispatch::*; mod dispatch; pub use dispatch::*;
//TODO: This all needs redoing when i'm actually lucid. This part seems okay but the rest of `service` needs to go and be replaced by something like this TODO: This all needs redoing when i'm actually lucid. This part seems okay but the rest of `service` needs to go and be replaced by something like this
/// Signal the shutdown method to the supervisor. /// Signal the shutdown method to the supervisor.
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Copy)] #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Copy)]

Loading…
Cancel
Save