MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / query

Method query

3rd/asio-1.24.0/include/asio/impl/system_executor.hpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template <typename Blocking, typename Relationship, typename Allocator>
36inline std::size_t
37basic_system_executor<Blocking, Relationship, Allocator>::query(
38 execution::occupancy_t) const ASIO_NOEXCEPT
39{
40 return detail::global<system_context>().num_threads_;
41}
42
43template <typename Blocking, typename Relationship, typename Allocator>
44template <typename Function>

Calls

no outgoing calls

Tested by

no test coverage detected