Uses of Class
logic.multithreading.RunnableTags
-
Packages that use RunnableTags Package Description logic.multithreading -
-
Uses of RunnableTags in logic.multithreading
Methods in logic.multithreading that return RunnableTags Modifier and Type Method Description static RunnableTagsRunnableTags. valueOf(String name)Returns the enum constant of this type with the specified name.static RunnableTags[]RunnableTags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in logic.multithreading with parameters of type RunnableTags Modifier and Type Method Description static voidOrderingExecutor. execute(Runnable runnable, RunnableTags key)
-