Skip to content

Commit

Permalink
Add package of the week video (dart-archive/async#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvolkert authored Jan 20, 2021
1 parent 52bff1a commit de690c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/async/lib/async.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
// 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.

/// Utilities that expand on the asynchronous features of the `dart:async` library.
///
/// {@youtube 560 315 https://www.youtube.com/watch?v=r0tHiCjW2w0}
library pkg.async;

export 'src/async_cache.dart';
export 'src/async_memoizer.dart';
export 'src/byte_collector.dart';
Expand Down

0 comments on commit de690c3

Please sign in to comment.