Tracking Issue for future::lazy
#91647
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(future_lazy)]
This is a tracking issue for
core::future::{lazy, Lazy}
, which executes a closure the first time it is polled:Public API
Steps / History
core::future::lazy
#91648Unresolved Questions
The text was updated successfully, but these errors were encountered: