Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coopernurse/node-pool
/ idle
Method
idle
lib/PooledResource.js:39–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
idle() {
40
this.lastIdleTime = Date.now();
41
this.state = PooledResourceStateEnum.IDLE;
42
}
43
44
returning() {
45
this.state = PooledResourceStateEnum.RETURNING;
Callers
1
_addPooledResourceToAvailableObjects
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected