| 152 | |
| 153 | |
| 154 | void LibeventSSLSocketImpl::initialize() |
| 155 | { |
| 156 | event_loop_handle = new std::weak_ptr<LibeventSSLSocketImpl>(shared(this)); |
| 157 | } |
| 158 | |
| 159 | |
| 160 | Try<Nothing, SocketError> LibeventSSLSocketImpl::shutdown(int how) |
no outgoing calls
no test coverage detected