IFiberSelectClient.finalize

Finalize method, called after this instance has been unregistered from the Dispatcher; kills the fiber and calls the super-class' finalize() method (which calls a finalizer delegate, if one has been set).

The fiber must be waiting or finished as it is ought to be when in Dispatcher context.

class IFiberSelectClient
override
void
finalize
(
FinalizeStatus status
)

Parameters

status FinalizeStatus

status why this method is called

Meta