unregisterFiber

fun unregisterFiber(fiber: A_Fiber)

Remove the specified fiber from this runtime. This should be done explicitly when a fiber retires, although the fact that allFibers wraps a WeakHashMap ensures that fibers that are no longer referenced will still be cleaned up at some point.

Parameters

fiber

A fiber to unregister.