MCPcopy Create free account
hub / github.com/boostorg/cobalt / query

Method query

example/python.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 static constexpr asio::execution::blocking_t
57 query(asio::execution::blocking_t) noexcept
58 {
59 return asio::execution::blocking.never;
60 }
61
62 // this function takes the function F and runs it on the event loop.
63 template<class F>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected