MCPcopy Index your code
hub / github.com/ccxt/ccxt / getFuture

Method getFuture

java/lib/src/main/java/io/github/ccxt/ws/Future.java:54–56  ·  view source on GitHub ↗

Get the underlying CompletableFuture for awaiting.

()

Source from the content-addressed store, hash-verified

52 * Get the underlying CompletableFuture for awaiting.
53 */
54 public CompletableFuture<Object> getFuture() {
55 return this.completableFuture;
56 }
57
58 /**
59 * Check if this future is already resolved or rejected.

Callers 15

testResolveMethod · 0.95
testRejectMethod · 0.95
testRejectWithStringMethod · 0.95
testRaceMethod · 0.95
testRaceWithRejectMethod · 0.95
testAsyncResolveMethod · 0.95
watchMethod · 0.80
watchMultipleMethod · 0.80
watchBalanceMethod · 0.80
watchPositionsMethod · 0.80

Calls

no outgoing calls

Tested by 8

testResolveMethod · 0.76
testRejectMethod · 0.76
testRejectWithStringMethod · 0.76
testRaceMethod · 0.76
testRaceWithRejectMethod · 0.76
testAsyncResolveMethod · 0.76