Class 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
- Inherit Future
inherit Future : Future