Uses of Class
org.agrona.concurrent.AgentRunner
Packages that use AgentRunner
Package
Description
Concurrent data structures and utilities that support both on and off Java heap usage.
-
Uses of AgentRunner in org.agrona.concurrent
Methods in org.agrona.concurrent with parameters of type AgentRunnerModifier and TypeMethodDescriptionstatic Thread
AgentRunner.startOnThread
(AgentRunner runner) Start the given agent runner on a new thread.static Thread
AgentRunner.startOnThread
(AgentRunner runner, ThreadFactory threadFactory) Start the given agent runner on a new thread.