Closed
Description
I'm trying to understand some of the net code and ran into _final
and _destroy
.
_final
uses a ShutdownWrap
while _destroy
does a handle.close()
What is the difference?
I'm trying to understand some of the net code and ran into _final
and _destroy
.
_final
uses a ShutdownWrap
while _destroy
does a handle.close()
What is the difference?