Pike v8.1 release 6

Class Concurrent.Promise

Inheritance graph
Concurrent.Future Concurrent.Promise
Description

Promise to provide a Future value.

Objects of this class are typically kept internal to the code that provides the Future value. The only thing that is directly returned to the user is the return value from future().

See also

Future, future()


Inherit Future

inherit Future : Future