MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / startWaiting

Method startWaiting

Tests/Libraries/Http/HttpTestClient.cpp:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void SC::HttpTestClient::startWaiting(AsyncSocketSend::Result&)
337{
338 timeoutAsync.callback.bind<HttpTestClient, &HttpTestClient::startSendingBody>(*this);
339 auto res = timeoutAsync.start(*eventLoop, bodyDelay); // 10 ms delay
340 SC_ASSERT_RELEASE(res);
341}
342
343void SC::HttpTestClient::startSendingBody(AsyncLoopTimeout::Result&)
344{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected