init_global_registry

Function init_global_registry 

Source
pub fn init_global_registry(
    license: SharedLicenseValidator,
) -> &'static KernelRegistry
Expand description

Initialize the global registry with a license.

Must be called before any kernel registration.

ยงPanics

Panics if the global registry has already been initialized.