eventuallyUpdatePerModuleProgress

fun eventuallyUpdatePerModuleProgress(    moduleName: ModuleName,     moduleSize: Long,     position: Long,     line: Int,     phrase: () -> A_Phrase?)

Progress has been made at loading a module. Ensure this is presented to the user in the near future.

Parameters

moduleName

The ModuleName being loaded.

moduleSize

The size of the module in bytes.

position

The byte position in the module at which loading has been achieved.

line

The line number at which a top-level statement is being parsed, or where the parsed statement being executed begins. Int.MAX_VALUE indicates a completed module.

phrase

The compiled top-level statement, or null if no phrase is available.