Package net.minestom.server.utils.async
Class AsyncUtils
java.lang.Object
net.minestom.server.utils.async.AsyncUtils
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CompletableFuture
<T> empty()
static @NotNull CompletableFuture
<Void>
-
Field Details
-
VOID_FUTURE
-
-
Constructor Details
-
AsyncUtils
public AsyncUtils()
-
-
Method Details
-
empty
-
runAsync
@NotNull public static @NotNull CompletableFuture<Void> runAsync(@NotNull @NotNull Runnable runnable)
-