module

Hwaro::Core::Lifecycle

Class methods

default

Global lifecycle manager instance (optional singleton pattern)

Source
default=(default : Manager)

Global lifecycle manager instance (optional singleton pattern)

Source
hook_points_for(phase : Phase) : Tuple(HookPoint, HookPoint)

Maps Phase to its before/after HookPoints

Source

Nested types