Flutter Engine
The Flutter Engine
|
#include "flutter/fml/synchronization/waitable_event.h"
#include <cerrno>
#include <ctime>
#include "flutter/fml/logging.h"
#include "flutter/fml/time/time_delta.h"
#include "flutter/fml/time/time_point.h"
Go to the source code of this file.
Namespaces | |
namespace | fml |
Functions | |
template<typename ConditionFn > | |
bool | fml::WaitWithTimeoutImpl (std::unique_lock< std::mutex > *locker, std::condition_variable *cv, ConditionFn condition, TimeDelta timeout) |