Index: runtime/include/dart_api.h |
=================================================================== |
--- runtime/include/dart_api.h (revision 20945) |
+++ runtime/include/dart_api.h (working copy) |
@@ -827,6 +827,17 @@ |
*/ |
DART_EXPORT void Dart_InterruptIsolate(Dart_Isolate isolate); |
+ |
+/** |
+ * Make current isolate runnable. |
+ * |
+ * When isolates are spawned this function is used to indicate that |
+ * the creation and initialization (including script loading) of the |
+ * isolate is complete and the isolate can start running code. |
Ivan Posva
2013/04/05 04:18:04
It is not clear from this description whether the
|
+ */ |
+DART_EXPORT Dart_Handle Dart_MakeIsolateRunnable(); |
+ |
+ |
// --- Messages and Ports --- |
/** |