Skip to main content

THREADS_SENDER_ERROR

Constant THREADS_SENDER_ERROR 

Source
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).