Module cassette::futures[][src]

Items pulled from the futures crate

This module is necessary due to a lack of ability to disable the use of atomic CAS operations in the futures crate. Eventually this module should go away.

Structs

PollFn

Future for the poll_fn function.

Functions

poll_fn

Creates a new future wrapping around a function returning Poll.