| Package | Description |
|---|---|
| com.appslandia.common.threading |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskScheduler.scheduleAtFixedRate(TaskScheduler.Task<T> task,
long initialDelay,
long period,
TimeUnit unit) |
void |
TaskScheduler.scheduleWithFixedDelay(TaskScheduler.Task<T> task,
long initialDelay,
long delay,
TimeUnit unit) |
Copyright © 2017. All rights reserved.