Uses of Class
org.nanonative.nano.core.model.Scheduler
Packages that use Scheduler
-
Uses of Scheduler in org.nanonative.nano.core
Methods in org.nanonative.nano.core that return SchedulerModifier and TypeMethodDescriptionprotected SchedulerNanoThreads.asyncFromPool(Supplier<Context> context) Creates aSchedulerfrom the thread pool.Methods in org.nanonative.nano.core with parameters of type SchedulerModifier and TypeMethodDescriptionprotected voidNanoThreads.executeScheduler(Supplier<Context> context, ExRunnable task, Scheduler scheduler, boolean periodically) Executes the task.protected voidNanoThreads.scheduleOnce(Supplier<Context> context, ExRunnable task, Scheduler scheduler, BooleanSupplier until, LocalTime atTime, DayOfWeek dow, ZoneId zone, ZonedDateTime planned) Internal recursive scheduler: schedules the given task once, then reschedules itself for the next occurrence. -
Uses of Scheduler in org.nanonative.nano.core.model
Fields in org.nanonative.nano.core.model with type parameters of type SchedulerModifier and TypeFieldDescriptionContext.EVENT_APP_SCHEDULER_REGISTERContext.EVENT_APP_SCHEDULER_UNREGISTER