Module thread

Module thread 

Source

Structsยง

Metrics
Struct containing thread pool metrics, that is updated every approx. every 10 seconds.
ThreadPool
The thread pool of a lambda-channel that spawns threads running an infinite loop. The thread loop waits for a message from the input channel, executes a provided function, and sends the result to the output channel if the function has an output.