Avoid exceptions

This commit is contained in:
2025-08-23 12:56:28 -04:00
parent 25ff489857
commit 2754f4cbe2
6 changed files with 42 additions and 42 deletions

View File

@@ -66,7 +66,7 @@ struct Server : std::enable_shared_from_this<Server> {
* - Starts all worker threads
* - Blocks until shutdown() is called or an error occurs
*
* @throws std::runtime_error on socket creation or configuration errors
* Aborts the process on socket creation or configuration errors
*/
void run();