webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::MainThreadNotifier< T > Class Template Reference

#include <MainThreadNotifier.h>

Public Member Functions

 MainThreadNotifier ()
 
template<typename F >
void notify (T notificationType, const F &callbackFunctor)
 
void cancelPendingNotifications (unsigned mask=0)
 

Constructor & Destructor Documentation

◆ MainThreadNotifier()

template<typename T >
WebCore::MainThreadNotifier< T >::MainThreadNotifier ( )
inline

Member Function Documentation

◆ cancelPendingNotifications()

template<typename T >
void WebCore::MainThreadNotifier< T >::cancelPendingNotifications ( unsigned  mask = 0)
inline

◆ notify()

template<typename T >
template<typename F >
void WebCore::MainThreadNotifier< T >::notify ( T  notificationType,
const F callbackFunctor 
)
inline

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