/ex.rsrc_pool

Resource pool is implemented in Elixir as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Database connection is most popular example for pooling resource.

Primary LanguageElixirApache License 2.0Apache-2.0

Stargazers