Digging through Erlang code for gen_server I see that start_monitor only accepts an atom as the name.. Erlang-OTP/lib/stdlib/src/gen_server.erl at master · blackberry/Erlang-OTP · GitHub
Any ideas how I can do something similar with as much ease as multi_call / abcast, or will I have to implement something myself?






















