Index: runtime/vm/thread_registry.h |
diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h |
index e46c338d24de10df77ee7565484ee17f11956fa6..12af120015335624157f1b8e4e912e692a825d5a 100644 |
--- a/runtime/vm/thread_registry.h |
+++ b/runtime/vm/thread_registry.h |
@@ -68,6 +68,8 @@ class ThreadRegistry { |
// - Dart_RunLoop() |
// - IsolateSaver in Dart_NewNativePort |
// - Isolate spawn (function/uri) under FLAG_i_like_slow_isolate_spawn |
+ // Similarly, tracking async_stack_trace requires that we always reschedule |
+ // on the same thread. |
// We probably need a mechanism to return to the specific thread only |
// for these specific cases. We should also determine if the embedder |
// should allow exiting an isolate with live state in zones/handles in |