| Index: pkg/barback/lib/src/utils/pool.dart
|
| diff --git a/pkg/barback/lib/src/pool.dart b/pkg/barback/lib/src/utils/pool.dart
|
| similarity index 98%
|
| rename from pkg/barback/lib/src/pool.dart
|
| rename to pkg/barback/lib/src/utils/pool.dart
|
| index 4653722528ad5cefdac2eb472f0e5cddd1c62f70..c1c76bc390cc0f795585ac6ee7c60fe2b3097de1 100644
|
| --- a/pkg/barback/lib/src/pool.dart
|
| +++ b/pkg/barback/lib/src/utils/pool.dart
|
| @@ -2,14 +2,14 @@
|
| // 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.
|
|
|
| -library barback.pool;
|
| +library barback.utils.pool;
|
|
|
| import 'dart:async';
|
| import 'dart:collection';
|
|
|
| import 'package:stack_trace/stack_trace.dart';
|
|
|
| -import 'utils.dart';
|
| +import '../utils.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
|
|
|