Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: corelib/src/isolate.dart

Issue 9358010: isolates in frog: playing with API improvements (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | frog/frog.py » ('j') | frog/lib/corelib.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: corelib/src/isolate.dart
diff --git a/corelib/src/isolate.dart b/corelib/src/isolate.dart
index 22b0e940eb028caf7de083053e087f9ef2f93a1e..09c3ab047ff0234c4fd3fe9688ff867cdf4e2418 100644
--- a/corelib/src/isolate.dart
+++ b/corelib/src/isolate.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
// Dart core library.
+// TODO(sigmund): move to dart:isolate
/**
* [SendPort]s are created from [ReceivePort]s. Any message sent through
@@ -110,6 +111,7 @@ interface ReceivePort default ReceivePortFactory {
* whereas "light" isolates live in the same thread as the isolate which spawned
* them.
*/
+// TODO(sigmund): delete once we implement the new isolates in the vm
class Isolate {
/**
« no previous file with comments | « no previous file | frog/frog.py » ('j') | frog/lib/corelib.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698