| Package | Description |
|---|---|
| net.openhft.chronicle.core.threads |
| Modifier and Type | Class and Description |
|---|---|
class |
OnDemandEventLoop |
| Modifier and Type | Method and Description |
|---|---|
default void |
EventHandler.eventLoop(EventLoop eventLoop)
This method is called once when it is added to an eventLoop, which might be before the EventLoop has started
This could be called in any thread.
|
| Constructor and Description |
|---|
Timer(@NotNull EventLoop eventLoop) |
| Constructor and Description |
|---|
OnDemandEventLoop(Supplier<EventLoop> eventLoopSupplier) |
Copyright © 2020. All rights reserved.