new Loader Fiber
fun newLoaderFiber( resultType: A_Type, loader: AvailLoader, nameSupplier: () -> A_String): A_Fiber
Content copied to clipboard
Construct an unstartedfiber with the specified result type and AvailLoader. The priority is initially set to loaderPriority.
Return
The new fiber.
Parameters
result Type
The expected result type.
loader
An AvailLoader.