We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc1f52 commit 92f34c9Copy full SHA for 92f34c9
.github/ISSUE_TEMPLATE/pool.md
@@ -0,0 +1,5 @@
1
+---
2
+name: "package:pool"
3
+about: "Create a bug or file a feature request against package:pool."
4
+labels: "package:pool"
5
pkgs/pool/pubspec.yaml
@@ -3,7 +3,7 @@ version: 1.5.2-wip
description: >-
Manage a finite pool of resources.
Useful for controlling concurrent file system or network requests.
6
-repository: https://github.com/dart-lang/pool
+repository: https://github.com/dart-lang/tools/tree/main/pkgs/pool
7
8
environment:
9
sdk: ^3.4.0
0 commit comments