GenTimer
A GenServer for asynchronously running a function after some duration.
Installation
def deps do
[
{:gen_timer, "~> 1.0"}
]
endUsage
Follows the same pattern as the GenServer behaviour. See the examples for... well... examples... I good at the communications.