Fiber Helper
constructor(loader: AvailLoader?, textInterface: TextInterface, initialPriority: Int, nameSupplier: () -> A_String)
Parameters
name Supplier
A zero-argument Kotlin Function that produces the name for this fiber. It's computed lazily at most once, using the Kotlin lazy mechanism. Note that after it's computed and cached in the name property, the nameSupplier function is no longer referenced by the lazy mechanism. The function should avoid execution of Avail code as that could easily lead to deadlocks.