issues
search
riot-ml
/
riot
An actor-model multi-core scheduler for OCaml 5 🐫
https://riot.ml
Other
569
stars
36
forks
source link
Add missing GenServer callbacks
#4
Closed
ryanwinchester
closed
4 months ago
ryanwinchester
commented
1 year ago
[ ]
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
handle_cast
handles async messages to the genserverhandle_info
handles messages from other processes, self, ...handle_continue
called immediately after previous callback, before handling any more messages