Skip to main content
Module poll_fn
core
1.100.0-nightly
(4b7e3a76d 2026-08-30)
Module poll_fn
Module Items
Structs
Functions
In core::
future
core
::
future
Module
poll_fn
Copy item path
Source
Structs
§
PollFn
A Future that wraps a function returning
Poll
.
Functions
§
poll_fn
Creates a future that wraps a function returning
Poll
.