Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
ptrdiff_t connection::close() {
102
ERR_clear_error();
103
return SSL_shutdown(native(pimpl_));
104
}
105
106
// -- reading and writing ------------------------------------------------------
107
Callers
2
abort
Method · 0.45
close_mailbox
Method · 0.45
Calls
1
native
Function · 0.70
Tested by
no test coverage detected