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

Unified Diff: frog/lib/corelib.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
Index: frog/lib/corelib.dart
diff --git a/frog/lib/corelib.dart b/frog/lib/corelib.dart
index bf94e232747e23f37c29ad68ce193b3cd097683c..26a3210694ac6d20fda0d76f0ab70d6d33447695 100644
--- a/frog/lib/corelib.dart
+++ b/frog/lib/corelib.dart
@@ -26,6 +26,7 @@
#source("math.dart"); // overriden to be more directly native
#source("natives.dart"); // native helpers generated by the compiler
#source("num.dart"); // overriden to include int members on num - weird typing
+#source("newisolate.dart"); // work in progress towards the new API
eub 2012/02/10 22:46:19 alphabetize
#source("../../corelib/src/options.dart");
#source("../../corelib/src/pattern.dart");
#source("../../corelib/src/promise.dart");
« no previous file with comments | « frog/frog.py ('k') | frog/lib/isolate.dart » ('j') | frog/lib/isolate_serialization.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698