MCPcopy 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
1497Future<Nothing> Connection::disconnect()
1498{
1499 return dispatch(
1500 data->process,
1501 &internal::ConnectionProcess::disconnect,
1502 None());
1503}
1504
1505
1506Future<Nothing> Connection::disconnected()

Callers 3

TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 2

NoneClass · 0.85
dispatchFunction · 0.70

Tested by 3

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36