Uses of Enum Class
org.kiwiproject.concurrent.Async.Mode
Packages that use Async.Mode
-
Uses of Async.Mode in org.kiwiproject.concurrent
Methods in org.kiwiproject.concurrent that return Async.ModeModifier and TypeMethodDescriptionstatic Async.ModeReturns the enum constant of this class with the specified name.static Async.Mode[]Async.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.concurrent with parameters of type Async.ModeModifier and TypeMethodDescriptionstatic voidAsync.setUnitTestAsyncMode(Async.Mode mode) Use for testing purposes to force synchronous behavior.