MillicastSDK 2.0.0
|
This is the complete list of members for millicast::Promise< T >, including all inherited members.
done() | millicast::Promise< T > | inline |
on_error(const std::function< void(const Error &)> &cb) | millicast::Promise< T > | inline |
on_result(const typename detail::PromiseResultCbType< T >::Type &cb) | millicast::Promise< T > | inline |
operator=(const Promise &)=delete | millicast::Promise< T > | |
operator=(Promise &&)=delete | millicast::Promise< T > | |
Promise(std::unique_ptr< detail::PromiseImpl< T > > impl) | millicast::Promise< T > | inline |
Promise(const Promise &)=delete | millicast::Promise< T > | |
Promise(Promise &&)=delete | millicast::Promise< T > |