runUnloadFunctions

fun runUnloadFunctions(unloadFunctions: A_Tuple, afterRunning: () -> Unit)

Run the specified tuple of functions sequentially.

Parameters

unloadFunctions

A tuple of unload functions.

afterRunning

What to do after every unload function has completed.