Pollex
View SourcePollex is a lightweight polling engine built as a GenServer, making it ideal for OTP-driven Elixir applications. It provides a simple interface for scheduling and executing polling logic on configurable intervals.
Features
✅ Built with native GenServer
🔁 Customizable polling intervals
🔌 Plug-and-play architecture for OTP apps
⚡ Lightweight and efficient
Installation
If available in Hex, the package can be installed
by adding pollex
to your list of dependencies in mix.exs
:
def deps do
[
{:pollex, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/pollex.