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

Unified Diff: samples/proxy/README

Issue 9401030: remove promise from corelib (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 | « samples/pond/dart_lib.html ('k') | samples/proxy/promise.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/proxy/README
diff --git a/samples/proxy/README b/samples/proxy/README
new file mode 100644
index 0000000000000000000000000000000000000000..d2cf70b14c6fdf1bf18a9fb73a98e85e84ec7b0f
--- /dev/null
+++ b/samples/proxy/README
@@ -0,0 +1,17 @@
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// for details. All rights reserved. Use of this source code is governed by a
+// BSD-style license that can be found in the LICENSE file.
+
+This directory contains two experimental ideas. They both introduce an
+abstraction layer on top of isolates and futures to help make the code more
+oblivious of the underlying isolate architecture.
+
+ promise.dart - contains an old example that was based on Promise<T> (an
+ earlier prototype of Future<T>). Tests based on this code under
+ 'sample/tests/proxy' serve as an illustration of how promise
+ pipelining could look like.
+
+ proxy.dart - contains an RPC layer that sits on top of isolates and futures.
+ It provides base classes to define client and server rpc stubs.
+ The test 'sample/tests/proxy/MintMakerRpcTest' illustrates how
+ this can be used.
« no previous file with comments | « samples/pond/dart_lib.html ('k') | samples/proxy/promise.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698