Stops any \ref accept() in progress. Current and future \ref accept() calls will terminate immediately with an error.
| 183 | /// Current and future \ref accept() calls will terminate immediately |
| 184 | /// with an error. |
| 185 | void abort_accept() { |
| 186 | _ssi->abort_accept(); |
| 187 | _ssi.reset(); |
| 188 | } |
| 189 | |
| 190 | /// Get file descriptor |
| 191 | int fd() const { |