forUnloading

fun forUnloading(runtime: AvailRuntime, module: A_Module, textInterface: TextInterface): AvailLoader

Create an AvailLoader suitable for unloading the specified module.

Parameters

runtime

The current AvailRuntime.

module

The module that will be unloaded.

textInterface

The TextInterface for any fiber started by the new builder. @return An AvailLoader suitable for unloading the module.