| 330 | |
| 331 | template <typename Allocator, uintptr_t Bits> |
| 332 | inline void io_context::basic_executor_type<Allocator, |
| 333 | Bits>::on_work_started() const ASIO_NOEXCEPT |
| 334 | { |
| 335 | context_ptr()->impl_.work_started(); |
| 336 | } |
| 337 | |
| 338 | template <typename Allocator, uintptr_t Bits> |
| 339 | inline void io_context::basic_executor_type<Allocator, |
no test coverage detected