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

Method next

3rdparty/libprocess/src/http_proxy.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93void HttpProxy::next()
94{
95 if (items.size() > 0) {
96 // Wait for any transition of the future.
97 items.front()->future.onAny(
98 defer(self(), &HttpProxy::waited, lambda::_1));
99 }
100}
101
102
103void HttpProxy::waited(const Future<Response>& future)

Callers

nothing calls this directly

Calls 2

deferFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected