Add correctly shutting down server and stopping threads

This commit is contained in:
Pablu23
2024-11-13 16:49:49 +01:00
parent a3a5280f17
commit c18d5f993d
8 changed files with 61 additions and 35 deletions

View File

@@ -22,7 +22,10 @@ fclean:
re: fclean $(NAME)
run: all
build: all
g++ -std=c++20 -o server main.cpp -L. -lhttpablu
run: build
g++ -std=c++20 -o server main.cpp -L. -lhttpablu
./server