Asynchronous values.
| 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. |
| Future |
A future represents an asynchronous computation. |
| IntoFuture |
Experimental Conversion into a |
| 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