Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ disconnect
Method
disconnect
3rdparty/libprocess/src/http.cpp:1497–1503 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1495
1496
1497
Future<Nothing> Connection::disconnect()
1498
{
1499
return dispatch(
1500
data->process,
1501
&internal::ConnectionProcess::disconnect,
1502
None());
1503
}
1504
1505
1506
Future<Nothing> Connection::disconnected()
Callers
3
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
2
None
Class · 0.85
dispatch
Function · 0.70
Tested by
3
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36