Pool v0.0.1

Modules summary

Pool
Pool.Acceptor

Waits on an open socket until a client connects to the socket, the socket is otherwise closed, or the process is killed

Pool.Listener

Manages a collection of socket acceptors and an active listening socket from a transport

Pool.Protocol

Specification for protocol layers to implement for interacting with sockets

Pool.Server

Tracks atom <-> PID relationships for listeners. PIDs are monitored in the Pool.Server process

Pool.Transport

Specification for transport layers to implement for interacting with acceptors