PregelEx.GraphSupervisor (PregelEx v0.1.3)

View Source

Summary

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

create_graph(graph_id)

@spec create_graph(binary()) ::
  {:ok, String.t(), pid()} | {:error, term()} | {:ok, String.t(), pid()}

get_graph_count()

list_graphs()

start_link(_)

stop_all_graphs()

stop_graph(graph_id)