Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ take
Method
take
classpath/java/util/concurrent/BlockingQueue.java:21–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
public
boolean offer(T e, long timeout, TimeUnit unit) throws InterruptedException;
20
21
public
T take() throws InterruptedException;
22
23
public
T poll(long timeout, TimeUnit unit) throws InterruptedException;
24
Callers
2
run
Method · 0.65
take
Method · 0.65
Implementers
1
LinkedBlockingQueue
classpath/java/util/concurrent/LinkedB
Calls
no outgoing calls
Tested by
1
run
Method · 0.52