| 62 | } |
| 63 | |
| 64 | int wait(queue_impl &queue) const { |
| 65 | AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL); |
| 66 | return 0; |
| 67 | } |
| 68 | |
| 69 | int sync() const noexcept { |
| 70 | AF_ERROR("Incorrectly configured", AF_ERR_INTERNAL); |
no outgoing calls
no test coverage detected