View Source API Reference poolex v0.8.0-rc.0
Modules
Usage
In the most typical use of Poolex, you only need to start pool of workers as a child of your application.
Caller structure.
Behaviour for callers collection implementations.
Callers queue (FIFO) implementation based on :erlang.queue.
Raised on using Poolex.run!/3 when a checkout times out.
Information with the current state of the pool.
Internal structure containing the state of the pool.
Behaviour for worker collection implementations.
Simple workers queue (FIFO) implementation based on Erlang :queue
Simple workers stack (LIFO) implementation based on List.