Parcourir la source

update state.rs comment

Justin Tracey il y a 1 mois
Parent
commit
261a269350
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/messenger/state.rs

+ 1 - 1
src/bin/messenger/state.rs

@@ -1,6 +1,6 @@
 // The state machine used to represent one end of a conversation.
 // This includes inducing transitions and actions taken during transitions,
-// so a lot of the messenger network code is here.
+// so messages are constructed and passed to other threads from here.
 
 use mgen::{log, MessageHeader, SerializedMessage};
 use rand_distr::Distribution;