Subversion
|
like std::future
, but also maintains internal state relevant to the asynchronous SVN++ operation.
More...
#include <svnxx/detail/future.hpp>
Public Member Functions | |
future (future &&that) noexcept | |
shared_future< T > | share () noexcept |
Protected Types | |
using | inherited = std::future< T > |
Protected Member Functions | |
future (inherited &&that, unique_ptr &&unique_result_) noexcept | |
Friends | |
class | shared_future< T > |
like std::future
, but also maintains internal state relevant to the asynchronous SVN++ operation.
Definition at line 66 of file future.hpp.