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

Method initialize

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

Source from the content-addressed store, hash-verified

1301
1302protected:
1303 void initialize() override
1304 {
1305 // Start the read loop on the socket. We read independently
1306 // of the requests being sent in order to detect socket
1307 // closure at any time.
1308 read();
1309 }
1310
1311 void finalize() override
1312 {

Callers

nothing calls this directly

Calls 1

readFunction · 0.70

Tested by

no test coverage detected