Class Future

Encapsulates the asynchronous execution of a callable.

Inherits from

  • Object (base class)

Methods

Name Description
result
setResult Mark the future done and set its result.
setResultUnlessCancelled Helper setting the result only if the future was not cancelled.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0