Expand description
The Threaded Executor takes control of a given number of threads and sends a simple executor over each of the threads to execute Nodes.
I would typically recommend utilizing the threadpool executor if each Node is equally important to execute. If, however, there is a specific Node that should always execute at a given rate and needs to be on its own thread to accomplish that, the Threaded Executor may be the best choice.
Structsยง
- Threaded
Executor - Threaded Executor