pub const THREADS_SENDER_ERROR: &str = "Error in thread communication system. Sender failed to send message.";Expand description
Panic message used when a send into the inter-thread channel fails (the
receiver was dropped before we could deliver the message).