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