This repository was archived by the owner on Feb 27, 2026. It is now read-only.
openx/gen_server_pool
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
gen_server_pool A library for pooling gen_servers. The goal is to make it as easy as possible to create a pool of gen_servers. The API is the same as gen_server but with an extra argument that is a list of properties for the pool. Dependencies . rebar . make Build To build the gen_server_pool library just run make. $ make