Skip to content

Tracking Issue for core::stream::pending #91683

Open
@ibraheemdev

Description

@ibraheemdev

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

  • None yet.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions