Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
fml::Wakeable Class Referenceabstract

#include <wakeable.h>

Inheritance diagram for fml::Wakeable:
fml::MessageLoopImpl fml::testing::TestWakeable fml::testing::TestWakeable fml::MessageLoopAndroid fml::MessageLoopDarwin fml::MessageLoopFuchsia fml::MessageLoopLinux fml::MessageLoopWin

Public Member Functions

virtual ~Wakeable ()
 
virtual void WakeUp (fml::TimePoint time_point)=0
 

Detailed Description

Interface over the ability to WakeUp a fml::MessageLoopImpl.

See also
fml::MessageLoopTaskQueues

Definition at line 14 of file wakeable.h.

Constructor & Destructor Documentation

◆ ~Wakeable()

virtual fml::Wakeable::~Wakeable ( )
inlinevirtual

Definition at line 16 of file wakeable.h.

16{}

Member Function Documentation

◆ WakeUp()

virtual void fml::Wakeable::WakeUp ( fml::TimePoint  time_point)
pure virtual

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