View Source Poolex.Monitoring (poolex v0.2.0)
Interfaces to hide monitoring implementation.
Link to this section Summary
Link to this section Types
@type kind_of_process() :: :worker | :caller
Link to this section Functions
@spec add(monitor_id(), pid(), kind_of_process()) :: :ok
@spec init(Poolex.pool_id()) :: {:ok, monitor_id()}
@spec remove(monitor_id(), reference()) :: kind_of_process()