MillicastSDK 2.0.0
Loading...
Searching...
No Matches
millicast::Promise< T > Member List

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 &)=deletemillicast::Promise< T >
operator=(Promise &&)=deletemillicast::Promise< T >
Promise(std::unique_ptr< detail::PromiseImpl< T > > impl)millicast::Promise< T >inline
Promise(const Promise &)=deletemillicast::Promise< T >
Promise(Promise &&)=deletemillicast::Promise< T >