Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ available
Method
available
src/utils/TaskSemaphore.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
get available(): number {
32
return
this.sem.getValue()
33
}
34
35
get waiting(): number {
36
return
this._waiting
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.65
Tested by
no test coverage detected