MCPcopy Create free account
hub / github.com/e2wugui/zeze / runRpcResponseUnsafe

Method runRpcResponseUnsafe

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Task.java:1002–1004  ·  view source on GitHub ↗
(@NotNull Procedure procedure)

Source from the content-addressed store, hash-verified

1000 }
1001
1002 public static @NotNull Future<Long> runRpcResponseUnsafe(@NotNull Procedure procedure) {
1003 return runRpcResponseUnsafe(procedure, DispatchMode.Normal);
1004 }
1005
1006 public static @NotNull Future<Long> runRpcResponseUnsafe(@NotNull Procedure procedure,
1007 @Nullable DispatchMode mode) {

Callers

nothing calls this directly

Calls 6

setResultMethod · 0.95
callMethod · 0.95
createTimeoutMethod · 0.95
createMethod · 0.65
getNameMethod · 0.65
submitMethod · 0.45

Tested by

no test coverage detected