Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.
-
Updated
Sep 29, 2023 - Elixir
Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.
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.
Add a description, image, and links to the pooling topic page so that developers can more easily learn about it.
To associate your repository with the pooling topic, visit your repo's landing page and select "manage topics."