new Module
Construct a new empty module. Pre-add the module itself to its set of ancestor modules.
Return
The new module.
Parameters
runtime
The current AvailRuntime that will eventually have this module added to it. Capturing this now makes it easier to ensure we can access needed repository structures from any thread.
module Name
The fully qualified name of the module.