MCPcopy Create free account
hub / github.com/boostorg/asio / require

Method require

test/execution/prefer_only.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 either_blocking_executor require(execution::blocking_t::possibly_t) const
176 {
177 return either_blocking_executor(execution::blocking.possibly);
178 }
179
180 either_blocking_executor require(execution::blocking_t::never_t) const
181 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected