Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
AuthenticatorManager::~AuthenticatorManager()
128
{
129
terminate(process.get());
130
wait(process.get());
131
}
132
133
134
Future<Nothing> AuthenticatorManager::setAuthenticator(
Callers
nothing calls this directly
Calls
3
terminate
Function · 0.70
wait
Function · 0.70
get
Method · 0.45
Tested by
no test coverage detected