afterInit

abstract fun afterInit(model: M, result: First<M, F>)

Called right after the Init.init function is called.

This method mustn't block, as it'll hinder the loop from running. It will be called on the same thread as the init function.

Parameters

model

the model that was passed to init

result

the First that init returned