pub type Waiter<T> = Receiver<Result<T>>;
A waiter for a fetch operation.
pub struct Waiter<T> { /* private fields */ }