MCPcopy 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

runMethod · 0.65
takeMethod · 0.65

Implementers 1

LinkedBlockingQueueclasspath/java/util/concurrent/LinkedB

Calls

no outgoing calls

Tested by 1

runMethod · 0.52