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

Unified Diff: lib/async.dart

Issue 1648963002: Add reactive-inspired stream transformers: Base URL: https://github.com/dart-lang/async@master
Patch Set: Created 4 years, 11 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 | lib/result.dart » ('j') | lib/result.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/async.dart
diff --git a/lib/async.dart b/lib/async.dart
index ef1ac04fc4e5311f3eb3a61bc36edb17a7c6d416..5a1779fef9c7de5ac5ec08d2b3541e6f328f2964 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -25,5 +25,6 @@ export "src/stream_queue.dart";
export "src/stream_sink_completer.dart";
export "src/stream_sink_transformer.dart";
export "src/stream_splitter.dart";
+export "src/stream_transformers.dart";
export "src/subscription_stream.dart";
export "stream_zip.dart";
« no previous file with comments | « no previous file | lib/result.dart » ('j') | lib/result.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698