Uses of Interface
com.github.sttk.sabi.Runner
Packages that use Runner
-
Uses of Runner in com.github.sttk.sabi
Classes in com.github.sttk.sabi that implement RunnerModifier and TypeClassDescriptionclass
Para
is a class to runsRunner
(s) in parallel.class
Seq
is a class to runRunner
(s) sequencially.Methods in com.github.sttk.sabi with parameters of type RunnerModifier and TypeMethodDescriptionvoid
Adds a runner to be run asynchronously.static void
Runs the specifiedRunner
(s) in parallel.static void
Runs the specifiedRunner
(s) sequencially.Constructors in com.github.sttk.sabi with parameters of type Runner