|
| AsyncInvoker () |
|
| ~AsyncInvoker () override |
|
template<class ReturnT , class FunctorT > |
void | AsyncInvoke (const Location &posted_from, Thread *thread, const FunctorT &functor, uint32_t id=0) |
|
template<class ReturnT , class FunctorT > |
void | AsyncInvokeDelayed (const Location &posted_from, Thread *thread, const FunctorT &functor, uint32_t delay_ms, uint32_t id=0) |
|
template<class ReturnT , class FunctorT , class HostT > |
void | AsyncInvoke (const Location &posted_from, const Location &callback_posted_from, Thread *thread, const FunctorT &functor, void(HostT::*callback)(ReturnT), HostT *callback_host, uint32_t id=0) |
|
template<class ReturnT , class FunctorT , class HostT > |
void | AsyncInvoke (const Location &posted_from, const Location &callback_posted_from, Thread *thread, const FunctorT &functor, void(HostT::*callback)(), HostT *callback_host, uint32_t id=0) |
|
void | Flush (Thread *thread, uint32_t id=MQID_ANY) |
|
| AsyncInvoker () |
|
| ~AsyncInvoker () override |
|
template<class ReturnT , class FunctorT > |
void | AsyncInvoke (const Location &posted_from, Thread *thread, const FunctorT &functor, uint32_t id=0) |
|
template<class ReturnT , class FunctorT > |
void | AsyncInvokeDelayed (const Location &posted_from, Thread *thread, const FunctorT &functor, uint32_t delay_ms, uint32_t id=0) |
|
template<class ReturnT , class FunctorT , class HostT > |
void | AsyncInvoke (const Location &posted_from, const Location &callback_posted_from, Thread *thread, const FunctorT &functor, void(HostT::*callback)(ReturnT), HostT *callback_host, uint32_t id=0) |
|
template<class ReturnT , class FunctorT , class HostT > |
void | AsyncInvoke (const Location &posted_from, const Location &callback_posted_from, Thread *thread, const FunctorT &functor, void(HostT::*callback)(), HostT *callback_host, uint32_t id=0) |
|
void | Flush (Thread *thread, uint32_t id=MQID_ANY) |
|
Public Member Functions inherited from rtc::MessageHandler |
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|
virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
|