Would you like to add more error handling for return values from functions like the following? - [pthread_cond_init](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html "Initialize condition variables.") ⇒ [bioInit](https://github.com/JohnSully/KeyDB/blob/40d7a701feefd36e9e3fdb6d516228c4a70fcf3d/src/bio.c#L95) - [pthread_mutex_init](https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_mutex_init.html "Initialize a mutex.") ⇒ [initServerConfig](https://github.com/JohnSully/KeyDB/blob/ffabf3c5b7efa5ec6b654d8d8f5f11a86b39c8cd/src/server.c#L2250)