Scenic v0.10.2 Scenic.ViewPort.Tables View Source
The Tables processes is a critical piece of Scenic. It caches the graphs that have been pushed by the various scenes.
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
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
delete_graph(graph_key) View Source
Link to this function
get_graph(graph_key) View Source
Link to this function
get_graph_refs(graph_key) View Source
Link to this function
get_refs(graph_key) View Source
Link to this function
insert_graph(graph_key, scene_pid, graph, refs) View Source
Link to this function
subscribe(graph_key, pid) View Source
Link to this function