# pool_sup v0.7.0 - Table of Contents

> A supervisor specialized to manage pool of workers

## Modules

- [PoolSup](PoolSup.md): PoolSup: Yet another process pool library in [Elixir](http://elixir-lang.org/)
- [PoolSup.Multi](PoolSup.Multi.md): Defines a supervisor that is specialized to manage multiple `PoolSup` processes.
- [PoolSup.Worker](PoolSup.Worker.md): Behaviour definition of worker processes to be managed by `PoolSup`.

