Index: dart/runtime/bin/eventhandler.h |
diff --git a/dart/runtime/bin/eventhandler.h b/dart/runtime/bin/eventhandler.h |
index 80efaca65775a1c88f9dc4eba0ee7cf391872cda..644c7d444620f29d1900082b9ec1e7e04bdfad68 100644 |
--- a/dart/runtime/bin/eventhandler.h |
+++ b/dart/runtime/bin/eventhandler.h |
@@ -120,6 +120,11 @@ class EventHandler { |
} |
/** |
+ * Signal to main thread that event handler is done. |
Søren Gjesse
2015/02/04 21:57:09
Maybe add "This is called by the event handler thr
|
+ */ |
+ void NotifyShutdownDone(); |
+ |
+ /** |
* Start the event-handler. |
*/ |
static void Start(); |