MCPcopy Create free account
hub / github.com/boostorg/beast / prefer

Method prefer

test/beast/core/bind_handler.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 test_executor prefer(net::execution::outstanding_work_t::untracked_t w) const
171 {
172 test_executor new_ex(*this);
173 new_ex.ex_ = net::prefer(ex_, w);
174 return new_ex;
175 }
176
177 test_executor prefer(net::execution::outstanding_work_t::tracked_t w) const
178 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected