Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diyhi/bbs
/ take
Method
take
src/main/java/cms/utils/UniqueBlockingQueue.java:74–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
@Override
75
public
T take() throws InterruptedException {
76
77
T e = mBlockingQueue.take();
78
mElementSet.remove(e);
79
return
e;
80
}
81
82
@Override
83
public
int
remainingCapacity() {
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected