Module promise

Source

Structs§

Promise
The Promise object implements the container for values that may be available later. i.e. a Future or a Promise in https://en.wikipedia.org/wiki/Futures_and_promises. As with all Future/Promise-like functionality, there is the concept of the producer of the value and the consumer of the value.
PromiseFuture
PromiseReply

Enums§

PromiseError