MCPcopy Create free account
hub / github.com/traneio/future / WaitQueue

Interface WaitQueue

future-java/src/main/java/io/trane/future/WaitQueue.java:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package io.trane.future;
2
3interface WaitQueue<T> {
4
5 WaitQueue<T> add(Continuation<T, ?> c);
6
7 void flush(Future<T> result);
8
9 void forward(Promise<T> target);
10}
11
12final class WaitQueueHeadTail<T> implements WaitQueue<T> {
13

Callers 23

addAndFlush2Method · 0.65
addAndFlush3Method · 0.65
addAndFlush4Method · 0.65
addAndFlush5Method · 0.65
addAndFlush6Method · 0.65
addAndForward2Method · 0.65
addAndForward3Method · 0.65
addAndForward4Method · 0.65
addAndFlush1Method · 0.65
addAndFlush2Method · 0.65
addAndFlush3Method · 0.65
addAndFlush4Method · 0.65

Implementers 2

Continuationfuture-java/src/main/java/io/trane/fut
WaitQueueHeadTailfuture-java/src/main/java/io/trane/fut

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…