summaryrefslogtreecommitdiff
path: root/platform/darwin/src/run_loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/run_loop.cpp')
-rw-r--r--platform/darwin/src/run_loop.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/darwin/src/run_loop.cpp b/platform/darwin/src/run_loop.cpp
index 0778b004e5..76f469b22f 100644
--- a/platform/darwin/src/run_loop.cpp
+++ b/platform/darwin/src/run_loop.cpp
@@ -38,6 +38,7 @@ void RunLoop::run() {
}
void RunLoop::runOnce() {
+ wake();
CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0, false);
}