You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
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.
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.