| Index: pkg/barback/lib/src/pool.dart
|
| diff --git a/pkg/barback/lib/src/pool.dart b/pkg/barback/lib/src/pool.dart
|
| index 7f89c12821ec36012b94f54d0e16e167c8a85d50..78cd9d9ede212a4a209c7622179643cc4a42eff8 100644
|
| --- a/pkg/barback/lib/src/pool.dart
|
| +++ b/pkg/barback/lib/src/pool.dart
|
| @@ -9,6 +9,7 @@ import 'dart:collection';
|
|
|
| import 'package:stack_trace/stack_trace.dart';
|
|
|
| +// TODO(nweiz): put this somewhere that it can be shared between packages.
|
| /// Manages an abstract pool of resources with a limit on how many may be in use
|
| /// at once.
|
| ///
|
|
|