Class | Description |
---|---|
Agent<T> |
A special-purpose thread-safe non-blocking reference implementation inspired by Agents in Clojure.
|
AgentBase<T> |
Implements most of Agent's public method in Java
|
AgentBase.AwaitClosure |
Returns the current value of the Agent's state
|
AgentCore | |
AgentThreadFactory |
Creates daemon threads for the default agent thread pools
|