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

Method query

include/boost/asio/impl/system_executor.hpp:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace boost {
26namespace asio {
27BOOST_ASIO_INLINE_NAMESPACE_BEGIN
28
29template <typename Blocking, typename Relationship, typename Allocator>
30inline system_context&
31basic_system_executor<Blocking, Relationship, Allocator>::query(
32 execution::context_t) noexcept
33{
34 return detail::global<system_context>();
35}
36
37template <typename Blocking, typename Relationship, typename Allocator>
38inline std::size_t

Calls

no outgoing calls

Tested by

no test coverage detected