pub type JobTryRecvError = TryRecvError;
pub enum JobTryRecvError { Empty, Closed, }
The channel is empty but not closed.
The channel is empty and closed.