Skip to main content

receiver_fut_poll

Function receiver_fut_poll 

Source
fn receiver_fut_poll<'a, T>(
    shared: &'a Shared<T>,
    waker_key: &mut Option<WakerKey>,
    new_waker: &Waker,
) -> Poll<Result<&'a T, SenderDropped>>
Expand description

The shared poll implementation for receiver futures.