Chaos Spawn v0.9.0 ChaosSpawn.ProcessWatcher
GenServer implementation to record pids passed in and return random pids when requested.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Link to this function
add_pid(server, pid)
Link to this function
all_pids(server)
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function
contains_pid?(server, pid)
Link to this function
get_random_pid(server)
Link to this function
start_link(gen_server_opts \\ [])