Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Keep track of loading/unloading modules #6

Description

@barometz

Currently there's no callback or even a message defined for when a module is loaded or unloaded. This will be necessary to facilitate runtime loading and unloading, for instance for "XXX has loaded" or "YYY unexpectedly died".

Modules should have messages available to announce their unloading (so they can be removed from the module table) their loading (to tell other modules or a user that something's come online). The core should also notice when an executable module unexpectedly loses its transport.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions