MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / ReleaseReadThread

Function ReleaseReadThread

internal/utils/bfs/threads_limiter.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func ReleaseReadThread() {
16 <-readThreadsLimiter
17}
18
19func AckWriteThread() {
20 writeThreadsLimiter <- zero.Zero{}

Callers 6

ReadAtMethod · 0.85
NewBlocksFileWithRawFileFunction · 0.85
OpenFileReaderMethod · 0.85
loadMethod · 0.85
WriteCloseMethod · 0.85
CompactMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected