Electric.Publisher (electric v1.1.0)

View Source

Summary

Functions

Calls many GenServers asynchronously with the same message and waits for their responses before returning.

Functions

publish(pids, message)

Calls many GenServers asynchronously with the same message and waits for their responses before returning.

Returns :ok once all GenServers have responded or have died.

There is no timeout so if the GenServers do not respond or die, this function will block indefinitely.