(@NotNull Procedure procedure)
| 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) { |