README.md
# GenTimer
[](https://hex.pm/packages/gen_timer)
A GenServer for asynchronously running a function after some duration.
## Installation
```elixir
def deps do
  [
    {:gen_timer, "~> 1.0"}
  ]
end
```
## Usage
Follows the same pattern as the GenServer behaviour. See the examples for... well... examples... I good at the communications.