| Package | Description |
|---|---|
| net.kuujo.catalyst.util.concurrent |
Utilities for thread management and asynchronous workflows.
|
| Modifier and Type | Method and Description |
|---|---|
Scheduled |
ThreadPoolContext.schedule(Runnable runnable,
Duration delay) |
Scheduled |
SingleThreadContext.schedule(Runnable runnable,
Duration delay) |
Scheduled |
Context.schedule(Runnable callback,
Duration delay)
Schedules a runnable on the context.
|
Scheduled |
ThreadPoolContext.schedule(Runnable runnable,
Duration delay,
Duration interval) |
Scheduled |
SingleThreadContext.schedule(Runnable runnable,
Duration delay,
Duration interval) |
Scheduled |
Context.schedule(Runnable callback,
Duration initialDelay,
Duration interval)
Schedules a runnable at a fixed rate on the context.
|
Copyright © 2013–2015. All rights reserved.