Feature gate: #![feature(stream_pending)]
This is a tracking issue for core::stream::{pending, Pending}, a stream that always returns Poll::Pending.
Public API
// core::stream
pub fn pending<T>() -> Pending<T> { ... }
pub struct Pending<T> { ... }
impl<T> Stream for Pending<T> { ... }
Steps / History
Unresolved Questions
Feature gate:
#![feature(stream_pending)]This is a tracking issue for
core::stream::{pending, Pending}, a stream that always returnsPoll::Pending.Public API
Steps / History
core::stream::pending#91684Unresolved Questions