Still.Compiler.Incremental.Registry (Still v0.8.0) View Source

Supervisor that maps files (based on their name) to PIDs of Still.Compiler.Incremental.Node.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Attempts to retrieve the Still.Compiler.Incremental.Node corresponding to the given file name. If none exists, a new node is started.

Terminates the Still.Compiler.Incremental.Node corresponding to the given file name.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

get_or_create_file_process(file)

View Source

Attempts to retrieve the Still.Compiler.Incremental.Node corresponding to the given file name. If none exists, a new node is started.

Link to this function

terminate_file_process(file)

View Source

Terminates the Still.Compiler.Incremental.Node corresponding to the given file name.