MCPcopy Create free account
hub / github.com/apache/mesos / ~AuthenticatorManager

Method ~AuthenticatorManager

3rdparty/libprocess/src/authenticator_manager.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127AuthenticatorManager::~AuthenticatorManager()
128{
129 terminate(process.get());
130 wait(process.get());
131}
132
133
134Future<Nothing> AuthenticatorManager::setAuthenticator(

Callers

nothing calls this directly

Calls 3

terminateFunction · 0.70
waitFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected