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

Unified Diff: samples/chat/chat_server_lib.dart

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (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 | « runtime/vm/vm.gypi ('k') | samples/dartcombat/dartcombatlib.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/chat/chat_server_lib.dart
diff --git a/samples/chat/chat_server_lib.dart b/samples/chat/chat_server_lib.dart
index 238d0fd53845c74ba4c21419fb3c4d803bda7faf..8b71d78a335883daacbbadc48b6867941cbafdc0 100644
--- a/samples/chat/chat_server_lib.dart
+++ b/samples/chat/chat_server_lib.dart
@@ -5,6 +5,7 @@
#library("chat_server");
#import("dart:io");
#import("dart:json");
+#import("dart:isolate");
#import("http.dart");
typedef void RequestHandler(HTTPRequest request, HTTPResponse response);
« no previous file with comments | « runtime/vm/vm.gypi ('k') | samples/dartcombat/dartcombatlib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698