public static interface Execution.IdleHandler
| Modifier and Type | Method and Description |
|---|---|
void |
idle(long nanoseconds)
This method is called when the execution thread needs to wait for the indicated number of nanoseconds
before continuing its work.
|