Module poll_fn
core
1.89.0-nightly-4d051fb30-2025-05-18
Target
x86_64-unknown-linux-gnu
x86_64-pc-windows-gnu
aarch64-apple-darwin
Module poll_fn
Module Items
Structs
Functions
In core::
future
Modules
async_drop
future
into_future
join
pending
poll_fn
ready
Structs
ResumeTy
Functions
get_context
core
::
future
Module
poll_fn
Copy item path
Settings
Help
Summary
Source
Structs
§
PollFn
A Future that wraps a function returning
Poll
.
Functions
§
poll_fn
Creates a future that wraps a function returning
Poll
.