addPostLoadFunction

fun A_Module.addPostLoadFunction(postLoadFunction: A_Function)

Add the specified function to the tuple of functions that should be applied when the module has been fully compiled.

Parameters

postLoadFunction

An Avail A_Function of zero arguments.

Throws

If the module is nat currently loading.