GenTimer

Hex Version

A GenServer for asynchronously running a function after some duration.

Installation

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.