| 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,
java.util.function.Consumer<Throwable> onThrowable) |
MonitorEventLoop(EventLoop parent,
Pauser pauser,
java.util.function.Consumer<Throwable> onThrowable) |
VanillaEventLoop(EventLoop parent,
String name,
Pauser pauser,
long timerIntervalMS,
boolean daemon,
boolean binding) |
VanillaEventLoop(EventLoop parent,
String name,
Pauser pauser,
long timerIntervalMS,
boolean daemon,
java.util.function.Consumer<Throwable> onThrowable,
boolean binding) |
| Modifier and Type | Method and Description |
|---|---|
default void |
EventHandler.eventLoop(EventLoop eventLoop) |
Copyright © 2016. All rights reserved.