| Modifier and Type | Method and Description |
|---|---|
Scheduled |
ThreadPoolContext.schedule(Duration delay,
Duration interval,
Runnable runnable) |
Scheduled |
ThreadContext.schedule(Duration initialDelay,
Duration interval,
Runnable callback)
Schedules a runnable at a fixed rate on the context.
|
Scheduled |
SingleThreadContext.schedule(Duration delay,
Duration interval,
Runnable runnable) |
Scheduled |
ThreadPoolContext.schedule(Duration delay,
Runnable runnable) |
Scheduled |
ThreadContext.schedule(Duration delay,
Runnable callback)
Schedules a runnable on the context.
|
Scheduled |
SingleThreadContext.schedule(Duration delay,
Runnable runnable) |
Copyright © 2013–2016. All rights reserved.