#include <event_loop.h>
Definition at line 71 of file event_loop.h.
◆ operator()()
bool flutter::EventLoop::Task::Comparer::operator() |
( |
const Task & |
a, |
|
|
const Task & |
b |
|
) |
| |
|
inline |
Definition at line 72 of file event_loop.h.
72 {
73 if (
a.fire_time ==
b.fire_time) {
74 return a.order >
b.order;
75 }
76 return a.fire_time >
b.fire_time;
77 }
The documentation for this struct was generated from the following file: