We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e60f50 + abbc0ae commit 7243b34Copy full SHA for 7243b34
README.md
@@ -3,3 +3,16 @@ Promise-based asynchronous resource pool allowing shared resource proxies.
3
4
Extends [shaunc/async-pool](https://github.com/shaunc/async-pool).
5
6
+# Installation
7
+
8
+npm install async-proxy-pool
9
10
+# Usage.
11
12
+In addition to `AsyncPool.use()` there is a `AsyncProxyPool.share()` which gets a proxy to a resource, and issues
13
+method calls on onresources when they are available. This can be useful if you want to pass around a resource, like
14
+a database connection, without depleting the supply, and you don't care about serializing your method calls.
15
16
17
18
0 commit comments