Flutter Engine
The Flutter Engine
|
#include <timestamp_provider.h>
Public Member Functions | |
virtual | ~TimestampProvider () |
virtual fml::TimePoint | Now ()=0 |
Pluggable provider of monotonic timestamps. Invocations of Now
must return unique values. Any two consecutive invocations must be ordered.
Definition at line 16 of file timestamp_provider.h.
|
inlinevirtual |
Definition at line 18 of file timestamp_provider.h.
|
pure virtual |
Implemented in fml::ChronoTimestampProvider, and flutter::DartTimestampProvider.