View Source Dragonfly.Pool (dragonfly v0.1.3)
Manages a pool of Dragonfly.Runner
's.
Pools support elastic growth and shrinking of the number of runners.
Examples
children = [
...,
{Dragonfly.Pool, name: MyRunner, min: 1, max: 10, max_concurrency: 100}
]