Uses of Class
berlin.yuna.tinkerforgesensor.model.threads.AsyncRun
-
Packages that use AsyncRun Package Description berlin.yuna.tinkerforgesensor.model.threads berlin.yuna.tinkerforgesensor.util -
-
Uses of AsyncRun in berlin.yuna.tinkerforgesensor.model.threads
Subclasses of AsyncRun in berlin.yuna.tinkerforgesensor.model.threads Modifier and Type Class Description classAsyncclassLoop -
Uses of AsyncRun in berlin.yuna.tinkerforgesensor.util
Fields in berlin.yuna.tinkerforgesensor.util with type parameters of type AsyncRun Modifier and Type Field Description static Map<String,AsyncRun>ThreadUtil. loopsloop = list of subprogramsMethods in berlin.yuna.tinkerforgesensor.util that return AsyncRun Modifier and Type Method Description static AsyncRunThreadUtil. createAsync(String name, Consumer<Long> consumer)static AsyncRunThreadUtil. createLoop(String name, long refreshMs, Consumer<Long> consumer)static AsyncRunThreadUtil. loop(String name)protected AsyncRunThreadUtil. loop(String name, long refreshMs, Consumer<Long> consumer)protected AsyncRunThreadUtil. loop(String name, ThreadUtil.RefreshType refreshType, Consumer<Long> consumer)protected AsyncRunThreadUtil. loop(String name, Consumer<Long> consumer)
-