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