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

#include <asyncinvoker-inl.h>

Inheritance diagram for rtc::FireAndForgetAsyncClosure< FunctorT >:
rtc::AsyncClosure rtc::AsyncClosure

Public Member Functions

 FireAndForgetAsyncClosure (AsyncInvoker *invoker, const FunctorT &functor)
 
virtual void Execute ()
 
 FireAndForgetAsyncClosure (AsyncInvoker *invoker, const FunctorT &functor)
 
virtual void Execute ()
 
- Public Member Functions inherited from rtc::AsyncClosure
 AsyncClosure (AsyncInvoker *invoker)
 
virtual ~AsyncClosure ()
 
 AsyncClosure (AsyncInvoker *invoker)
 
virtual ~AsyncClosure ()
 

Additional Inherited Members

- Protected Attributes inherited from rtc::AsyncClosure
AsyncInvokerinvoker_
 

Constructor & Destructor Documentation

◆ FireAndForgetAsyncClosure() [1/2]

template<class FunctorT >
rtc::FireAndForgetAsyncClosure< FunctorT >::FireAndForgetAsyncClosure ( AsyncInvoker invoker,
const FunctorT &  functor 
)
inlineexplicit

◆ FireAndForgetAsyncClosure() [2/2]

template<class FunctorT >
rtc::FireAndForgetAsyncClosure< FunctorT >::FireAndForgetAsyncClosure ( AsyncInvoker invoker,
const FunctorT &  functor 
)
inlineexplicit

Member Function Documentation

◆ Execute() [1/2]

template<class FunctorT >
virtual void rtc::FireAndForgetAsyncClosure< FunctorT >::Execute ( )
inlinevirtual

Implements rtc::AsyncClosure.

◆ Execute() [2/2]

template<class FunctorT >
virtual void rtc::FireAndForgetAsyncClosure< FunctorT >::Execute ( )
inlinevirtual

Implements rtc::AsyncClosure.


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