init

open suspend fun init()

Initializes the handler and its underlying resources. This is an optional step that can be called before the first runTask. Subclasses should initialize the compiler here using setupCompiler or setCompiler.