MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / close

Method close

libcaf_net/caf/net/ssl/connection.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101ptrdiff_t connection::close() {
102 ERR_clear_error();
103 return SSL_shutdown(native(pimpl_));
104}
105
106// -- reading and writing ------------------------------------------------------
107

Callers 2

abortMethod · 0.45
close_mailboxMethod · 0.45

Calls 1

nativeFunction · 0.70

Tested by

no test coverage detected