Searched defs:ASYNC (Results 1 – 2 of 2) sorted by relevance
/libcore/luni/src/main/java/java/util/concurrent/ | ||
D | LinkedTransferQueue.java | 556 private static final int ASYNC = 1; // for offer, put, add field in LinkedTransferQueue |
D | CompletableFuture.java | 394 static final int ASYNC = 1; field in CompletableFuture |