| 337 | |
| 338 | template <typename Allocator, uintptr_t Bits> |
| 339 | inline void io_context::basic_executor_type<Allocator, |
| 340 | Bits>::on_work_finished() const ASIO_NOEXCEPT |
| 341 | { |
| 342 | context_ptr()->impl_.work_finished(); |
| 343 | } |
| 344 | |
| 345 | template <typename Allocator, uintptr_t Bits> |
| 346 | template <typename Function, typename OtherAllocator> |
no test coverage detected