pub type JobTryRecvError = TryRecvError;

Aliased Type§

enum JobTryRecvError {
    Empty,
    Closed,
}

Variants§

§

Empty

The channel is empty but not closed.

§

Closed

The channel is empty and closed.