| Package | Description |
|---|---|
| net.openhft.chronicle.threads | |
| net.openhft.chronicle.threads.api |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingEventLoop
Event "Loop" for blocking tasks.
|
class |
EventGroup
Created by peter.lawrey on 22/01/15.
|
class |
MonitorEventLoop
Created by peter.lawrey on 22/01/15.
|
class |
VanillaEventLoop
Created by peter.lawrey on 22/01/15.
|
| Constructor and Description |
|---|
BlockingEventLoop(EventLoop parent,
String name) |
MonitorEventLoop(EventLoop parent,
Pauser pauser) |
VanillaEventLoop(EventLoop parent,
String name,
Pauser pauser,
long timerIntervalMS,
boolean daemon) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EventHandler.eventLoop(EventLoop eventLoop) |
Copyright © 2015. All rights reserved.