Uses of Class
org.agrona.concurrent.AgentRunner
-
Packages that use AgentRunner Package Description org.agrona.concurrent 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 AgentRunner Modifier and Type Method Description static java.lang.Thread
AgentRunner. startOnThread(AgentRunner runner)
Start the given agent runner on a new thread.static java.lang.Thread
AgentRunner. startOnThread(AgentRunner runner, java.util.concurrent.ThreadFactory threadFactory)
Start the given agent runner on a new thread.
-