webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT > Class Template Reference

#include <asyncinvoker-inl.h>

Inheritance diagram for rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT >:
rtc::NotifyingAsyncClosureBase rtc::NotifyingAsyncClosureBase sigslot::has_slots<> rtc::AsyncClosure sigslot::has_slots<> rtc::AsyncClosure sigslot::has_slots<> rtc::AsyncClosure sigslot::has_slots<> rtc::AsyncClosure

Public Member Functions

 NotifyingAsyncClosure (AsyncInvoker *invoker, const Location &callback_posted_from, Thread *calling_thread, const FunctorT &functor, void(HostT::*callback)(ReturnT), HostT *callback_host)
 
virtual void Execute ()
 
 NotifyingAsyncClosure (AsyncInvoker *invoker, const Location &callback_posted_from, Thread *calling_thread, const FunctorT &functor, void(HostT::*callback)(ReturnT), HostT *callback_host)
 
virtual void Execute ()
 
- Public Member Functions inherited from rtc::NotifyingAsyncClosureBase
 ~NotifyingAsyncClosureBase () override
 
 ~NotifyingAsyncClosureBase () override
 
- Public Member Functions inherited from rtc::AsyncClosure
 AsyncClosure (AsyncInvoker *invoker)
 
virtual ~AsyncClosure ()
 
 AsyncClosure (AsyncInvoker *invoker)
 
virtual ~AsyncClosure ()
 
- Public Member Functions inherited from sigslot::has_slots<>
 has_slots ()
 
 has_slots ()
 
 ~has_slots ()
 
 ~has_slots ()
 
- Public Member Functions inherited from sigslot::has_slots_interface
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 
void signal_connect (_signal_base_interface *sender)
 
void signal_disconnect (_signal_base_interface *sender)
 
void disconnect_all ()
 

Additional Inherited Members

- Protected Member Functions inherited from rtc::NotifyingAsyncClosureBase
 NotifyingAsyncClosureBase (AsyncInvoker *invoker, const Location &callback_posted_from, Thread *calling_thread)
 
void TriggerCallback ()
 
void SetCallback (const Callback0< void > &callback)
 
bool CallbackCanceled () const
 
 NotifyingAsyncClosureBase (AsyncInvoker *invoker, const Location &callback_posted_from, Thread *calling_thread)
 
void TriggerCallback ()
 
void SetCallback (const Callback0< void > &callback)
 
bool CallbackCanceled () const
 
- Protected Member Functions inherited from sigslot::has_slots_interface
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 
 has_slots_interface (signal_connect_t conn, signal_disconnect_t disc, disconnect_all_t disc_all)
 
virtual ~has_slots_interface ()
 
- Protected Attributes inherited from rtc::AsyncClosure
AsyncInvokerinvoker_
 

Constructor & Destructor Documentation

◆ NotifyingAsyncClosure() [1/2]

template<class ReturnT , class FunctorT , class HostT >
rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT >::NotifyingAsyncClosure ( AsyncInvoker invoker,
const Location callback_posted_from,
Thread calling_thread,
const FunctorT &  functor,
void(HostT::*)(ReturnT)  callback,
HostT *  callback_host 
)
inline

◆ NotifyingAsyncClosure() [2/2]

template<class ReturnT , class FunctorT , class HostT >
rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT >::NotifyingAsyncClosure ( AsyncInvoker invoker,
const Location callback_posted_from,
Thread calling_thread,
const FunctorT &  functor,
void(HostT::*)(ReturnT)  callback,
HostT *  callback_host 
)
inline

Member Function Documentation

◆ Execute() [1/2]

template<class ReturnT , class FunctorT , class HostT >
virtual void rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT >::Execute ( )
inlinevirtual

Implements rtc::AsyncClosure.

◆ Execute() [2/2]

template<class ReturnT , class FunctorT , class HostT >
virtual void rtc::NotifyingAsyncClosure< ReturnT, FunctorT, HostT >::Execute ( )
inlinevirtual

Implements rtc::AsyncClosure.


The documentation for this class was generated from the following file: