Uses of Interface
io.activej.async.function.AsyncRunnable
Packages that use AsyncRunnable
-
Uses of AsyncRunnable in io.activej.async.function
Methods in io.activej.async.function that return AsyncRunnableModifier and TypeMethodDescriptionstatic AsyncRunnableAsyncRunnables.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncRunnable runnable) static AsyncRunnableAsyncRunnables.buffer(AsyncRunnable actual) static AsyncRunnableAsyncRunnables.coalesce(AsyncRunnable actual) static AsyncRunnableAsyncRunnable.of(io.activej.common.function.RunnableEx runnable) Wraps aRunnableExinterface.static AsyncRunnableAsyncRunnables.ofExecutor(AsyncExecutor executor, AsyncRunnable runnable) static AsyncRunnableAsyncRunnables.reuse(AsyncRunnable actual) static AsyncRunnableAsyncRunnable.sanitize(AsyncRunnableEx runnable) Methods in io.activej.async.function with parameters of type AsyncRunnableModifier and TypeMethodDescriptionstatic AsyncRunnableAsyncRunnables.buffer(int maxParallelCalls, int maxBufferedCalls, AsyncRunnable runnable) static AsyncRunnableAsyncRunnables.buffer(AsyncRunnable actual) static AsyncRunnableAsyncRunnables.coalesce(AsyncRunnable actual) static AsyncRunnableAsyncRunnables.ofExecutor(AsyncExecutor executor, AsyncRunnable runnable) static AsyncRunnableAsyncRunnables.reuse(AsyncRunnable actual) -
Uses of AsyncRunnable in io.activej.promise
Methods in io.activej.promise with parameters of type AsyncRunnableModifier and TypeMethodDescriptionPromises.sequence(AsyncRunnable runnable) Executes anAsyncRunnable, returning aPromise<Void>as a mark for completionPromises.sequence(AsyncRunnable... runnables) Promises.sequence(AsyncRunnable runnable1, AsyncRunnable runnable2) Executes bothAsyncRunnables consequently, returning aPromise<Void>as a mark for completionMethod parameters in io.activej.promise with type arguments of type AsyncRunnableModifier and TypeMethodDescriptionPromises.sequence(Iterable<? extends AsyncRunnable> runnables) Promises.sequence(Stream<? extends AsyncRunnable> runnables) -
Uses of AsyncRunnable in io.activej.promise.jmx
Methods in io.activej.promise.jmx that return AsyncRunnableMethods in io.activej.promise.jmx with parameters of type AsyncRunnable