Skip to content

Latest commit

 

History

History

tick

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Tick

A server to demonstrate timed sends.

What it demonstrates

  • Server started with Tick.start_link/1
  • Use of GenServer.init/1 to set up state
  • Use of Process.send_after/3 for timed messages
  • Use of GenServer.handle_info/2 callback
  • Server exits after each test

Questions?

Find me on Twitter as @xymbol.