Skip to content

Commit 7243b34

Browse files
committed
2 parents 9e60f50 + abbc0ae commit 7243b34

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@ Promise-based asynchronous resource pool allowing shared resource proxies.
33

44
Extends [shaunc/async-pool](https://github.com/shaunc/async-pool).
55

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

Comments
 (0)