[][src]Module sealrs::futures::future

Container for value which while does not calculated

A container for the result of completing some promise. Another words, this is a container for result that will be sometime later. It is possible to attach various functional combinators to this container, which will be executed immediately after receiving the result from the promise.

Structs

Future
TimeoutError
WrappedFuture

Wrapper for future. This object encapsulate original future and allows to user set of simplified methods mirrored from the original future (read as methods with sweetened syntax).