ExPool v0.1.1 ExPool.State.Monitors
Data structure to store references to all processes related to the pool and the role they play.
This module defines a ExPool.State.Monitors
struct and the main functions
to manipulate it.
Fields
table
- ets table to store all role, process and reference relations
Summary
Functions
Adds the given item and its associated reference
Removes the given item and its associated reference
Gets an item from its reference
Creates a new Monitors struct
Gets a reference from its item
Types
Functions
Adds the given item and its associated reference.
Removes the given item and its associated reference
Gets an item from its reference.