Avoid exceptions
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user