MCPcopy Create free account
hub / github.com/cinder/Cinder / query

Method query

include/asio/impl/system_executor.hpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected