View Source TreeMap.Node (tree_map v0.1.1)
Node can be used as a simple structure, representing a node in a tree
or as a GenServer to store the Node structure.
Node GenServer are supervised by TreeMap.RootServer and should
be started and stopped throug TreeMap module.
Summary
Functions
Returns a specification to start this module under a supervisor.
Return the %Node{} struct of this process.
Returns the value of the %Node{} struct of this process.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Return the %Node{} struct of this process.
Returns the value of the %Node{} struct of this process.