GenServer.abcast
You're seeing just the function
abcast
, go back to GenServer module for more information.
Specs
Casts all servers locally registered as name
at the specified nodes.
This function returns immediately and ignores nodes that do not exist, or where the server name does not exist.
See multi_call/4
for more information.