Package io.activej.async.function
Class AsyncRunnables
java.lang.Object
io.activej.async.function.AsyncRunnables
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AsyncRunnablebuffer(int maxParallelCalls, int maxBufferedCalls, AsyncRunnable runnable) static AsyncRunnablebuffer(AsyncRunnable actual) static AsyncRunnablecoalesce(AsyncRunnable actual) static AsyncRunnableofExecutor(AsyncExecutor executor, AsyncRunnable runnable) static AsyncRunnablereuse(AsyncRunnable actual)
-
Constructor Details
-
AsyncRunnables
public AsyncRunnables()
-
-
Method Details
-
reuse
-
coalesce
-
buffer
-
buffer
@Contract(pure=true) public static AsyncRunnable buffer(int maxParallelCalls, int maxBufferedCalls, AsyncRunnable runnable) -
ofExecutor
@Contract(pure=true) public static AsyncRunnable ofExecutor(AsyncExecutor executor, AsyncRunnable runnable)
-