Cyclium.ActorRegistry (Cyclium v0.1.9)

Copy Markdown View Source

Convenience functions for starting and managing actor GenServers under the Cyclium.ActorSupervisor.

Summary

Functions

List all running actor PIDs.

Start an actor GenServer under the ActorSupervisor.

Stop an actor GenServer.

Functions

list_actors()

List all running actor PIDs.

start_actor(module, opts \\ [])

Start an actor GenServer under the ActorSupervisor.

stop_actor(pid)

Stop an actor GenServer.