riot
riot copied to clipboard
Add missing GenServer callbacks
- [ ]
handle_cast
handles async messages to the genserver - [ ]
handle_info
handles messages from other processes, self, ... - [ ]
handle_continue
called immediately after previous callback, before handling any more messages