Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getFuture
Method
getFuture
ZezeJava/ZezeJava/src/main/java/Zeze/Net/Rpc.java:50–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public
@Nullable TaskCompletionSource<TResult> getFuture() {
51
return
future;
52
}
53
54
public
void
setFuture(@Nullable TaskCompletionSource<TResult> future) {
55
this.future = future;
Callers
8
pack
Method · 0.45
checkDistributeFutures
Method · 0.45
send
Method · 0.45
subscribe
Method · 0.45
unsubscribe
Method · 0.45
acquireModify
Method · 0.45
reduceWaitLater
Method · 0.45
acquireModify
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected