C++ Actor Framework 1.0.0
|
This is the complete list of members for caf::async::bound_future< T >, including all inherited members.
bound_future() noexcept=default (defined in caf::async::bound_future< T >) | caf::async::bound_future< T > | |
bound_future(bound_future &&) noexcept=default (defined in caf::async::bound_future< T >) | caf::async::bound_future< T > | |
bound_future(const bound_future &) noexcept=default (defined in caf::async::bound_future< T >) | caf::async::bound_future< T > | |
future< T > (defined in caf::async::bound_future< T >) | caf::async::bound_future< T > | friend |
operator=(bound_future &&) noexcept=default (defined in caf::async::bound_future< T >) | caf::async::bound_future< T > | |
operator=(const bound_future &) noexcept=default (defined in caf::async::bound_future< T >) | caf::async::bound_future< T > | |
then(OnSuccess on_success, OnError on_error) | caf::async::bound_future< T > |