W3cubDocs

/Rust

Module std::future

Asynchronous values.

Structs

Pending Experimental

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

Ready Experimental

Creates a future that is immediately ready with a value.

Traits

Future

A future represents an asynchronous computation.

IntoFuture Experimental

Conversion into a Future.

Functions

pending Experimental

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

ready Experimental

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