Skip to content

A generic Elixir timer for running functions on a timed loop

License

Notifications You must be signed in to change notification settings

thebriz24/gen_timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A generic Elixir timer for running functions on a timed loop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages