Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 150 Bytes

genserver.md

File metadata and controls

8 lines (7 loc) · 150 Bytes

OTP GenServer

what it's doing:

  • spawn new process
  • start infinity loop in it
  • store a state
  • react to messages
  • send a response to from PID