MCPcopy Create free account
hub / github.com/ReadyTalk/avian / dispose

Method dispose

classpath/java-nio.cpp:767–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765 }
766
767 void dispose()
768 {
769 if (listener_ >= 0)
770 ::doClose(listener_);
771 if (reader_ >= 0)
772 ::doClose(reader_);
773 if (writer_ >= 0)
774 ::doClose(writer_);
775 }
776
777 bool connected()
778 {

Callers

nothing calls this directly

Calls 1

doCloseFunction · 0.70

Tested by

no test coverage detected