getLogicForModule

open suspend override fun getLogicForModule(module: Module<*, *>): ModuleLogic?(source)

Returns the logic instance for the given module, suspending until the store is fully initialized.

Return

The logic instance, or null if the module is not registered

Parameters

module

The module whose logic to retrieve