MCPcopy Create free account
hub / github.com/3rdparty/libprocess / disconnect

Method disconnect

src/http.cpp:1411–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1409
1410
1411Future<Nothing> Connection::disconnect()
1412{
1413 return dispatch(
1414 data->process,
1415 &internal::ConnectionProcess::disconnect,
1416 None());
1417}
1418
1419
1420Future<Nothing> Connection::disconnected()

Callers 3

TEST_FFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 1

dispatchFunction · 0.70

Tested by 3

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36