MCPcopy Create free account
hub / github.com/apache/mesos / disconnected

Method disconnected

3rdparty/libprocess/src/http.cpp:1506–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1504
1505
1506Future<Nothing> Connection::disconnected()
1507{
1508 return dispatch(
1509 data->process,
1510 &internal::ConnectionProcess::disconnected);
1511}
1512
1513
1514Future<Connection> connect(

Callers

nothing calls this directly

Calls 1

dispatchFunction · 0.70

Tested by

no test coverage detected