Skip to main content

THREADS_COMMUNICATION_ERROR

Constant THREADS_COMMUNICATION_ERROR 

Source
pub const THREADS_COMMUNICATION_ERROR: &str = "Error in thread communication system. Response received: ";
Expand description

Panic message used when a receiver yields None (the background thread dropped the sender, which means it crashed or exited unexpectedly).