| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
Timer.scheduleAtFixedRate(VanillaEventHandler eventHandler,
long initialDelayMs,
long periodMs)
uses the event loop thread to call the event handler periodically, the time that the event is
called back is best efforts, but if the thread is busy that call back maybe delayed
|
Copyright © 2018. All rights reserved.