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

Side by Side Diff: sdk/lib/async/async.dart

Issue 25354003: Redo StreamTransformers so they work with Stack traces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/utils.dart ('k') | sdk/lib/async/async_error.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * Support for asynchronous programming, 6 * Support for asynchronous programming,
7 * with classes such as Future and Stream. 7 * with classes such as Future and Stream.
8 * 8 *
9 * For an introduction to using dart:async, see the 9 * For an introduction to using dart:async, see the
10 * [dart:async section of the language tour] 10 * [dart:async section of the language tour]
(...skipping 12 matching lines...) Expand all
23 part 'async_error.dart'; 23 part 'async_error.dart';
24 part 'broadcast_stream_controller.dart'; 24 part 'broadcast_stream_controller.dart';
25 part 'deferred_load.dart'; 25 part 'deferred_load.dart';
26 part 'event_loop.dart'; 26 part 'event_loop.dart';
27 part 'future.dart'; 27 part 'future.dart';
28 part 'future_impl.dart'; 28 part 'future_impl.dart';
29 part 'stream.dart'; 29 part 'stream.dart';
30 part 'stream_controller.dart'; 30 part 'stream_controller.dart';
31 part 'stream_impl.dart'; 31 part 'stream_impl.dart';
32 part 'stream_pipe.dart'; 32 part 'stream_pipe.dart';
33 part 'stream_transformers.dart';
33 part 'timer.dart'; 34 part 'timer.dart';
34 part 'zone.dart'; 35 part 'zone.dart';
OLDNEW
« no previous file with comments | « sdk/lib/_internal/pub/lib/src/utils.dart ('k') | sdk/lib/async/async_error.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698