MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3 / call_done

Method call_done

javacli/OpenVPNClientThread.java:169–174  ·  view source on GitHub ↗
(ClientAPI_Status status)

Source from the content-addressed store, hash-verified

167 }
168
169 private void call_done(ClientAPI_Status status)
170 {
171 EventReceiver p = finalize_thread(status);
172 if (p != null)
173 p.done(m_connect_status);
174 }
175
176 private synchronized EventReceiver finalize_thread(ClientAPI_Status connect_status)
177 {

Callers 2

wait_thread_shortMethod · 0.95
runMethod · 0.95

Calls 2

finalize_threadMethod · 0.95
doneMethod · 0.95

Tested by

no test coverage detected