#include <handle_waiter.h>
Definition at line 23 of file handle_waiter.h.
◆ Cancel()
void zircon::dart::HandleWaiter::Cancel |
( |
| ) |
|
Definition at line 58 of file handle_waiter.cc.
58 {
60 if (handle_) {
61
62 wait_.Cancel();
63
64
66 handle_ = nullptr;
67 }
69}
void ReleaseWaiter(HandleWaiter *waiter)
#define FML_DCHECK(condition)
◆ Create()
Definition at line 35 of file handle_waiter.cc.
37 {
39}
FlKeyEvent uint64_t FlKeyResponderAsyncCallback callback
static guint signals[kSignalLastSignal]
◆ is_pending()
bool zircon::dart::HandleWaiter::is_pending |
( |
| ) |
|
|
inline |
◆ RegisterNatives()
Definition at line 31 of file handle_waiter.cc.
31 {
33}
void Register(std::initializer_list< Entry > entries)
#define DART_REGISTER_NATIVE(CLASS, METHOD)
#define FOR_EACH_BINDING(V)
The documentation for this class was generated from the following files: