| 325 | |
| 326 | template <typename Allocator, unsigned int Bits> |
| 327 | inline void io_context::basic_executor_type<Allocator, |
| 328 | Bits>::on_work_started() const ASIO_NOEXCEPT |
| 329 | { |
| 330 | io_context_->impl_.work_started(); |
| 331 | } |
| 332 | |
| 333 | template <typename Allocator, unsigned int Bits> |
| 334 | inline void io_context::basic_executor_type<Allocator, |
no test coverage detected