Module std::future

Asynchronous values.

Structs

PollFnExperimental

A Future that wraps a function returning Poll.

Creates a future which never resolves, representing a computation that never finishes.

Creates a future that is immediately ready with a value.

Traits

IntoFutureExperimental

Conversion into a Future.

A future represents an asynchronous computation.

Functions

poll_fnExperimental

Creates a future that wraps a function returning Poll.

Creates a future which never resolves, representing a computation that never finishes.

Creates a future that is immediately ready with a value.

© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/future/index.html