README.md

# Pollex

Pollex 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](https://hex.pm/docs/publish), the package can be installed
by adding `pollex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:pollex, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/pollex>.