Package net.binis.codegen.async
Class Async
java.lang.Object
net.binis.codegen.async.Async
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterFlow(String name, Executor executor) static voidregisterFlow(String name, Function<String, Executor> executor) static voidsleep(long millis) static voidstatic <T> AsyncExecutor<T>start()static <T> AsyncExecutor<T>static <T> AsyncExecutor<T>virtual()
-
Method Details
-
sleep
public static void sleep(long millis) -
sleep
-
start
-
start
-
virtual
-
registerFlow
-
registerFlow
-