Add workers

This commit is contained in:
2022-12-29 21:41:40 +01:00
parent cff5d558d6
commit 7a2acb0e66
14 changed files with 114 additions and 182 deletions

View File

@ -11,12 +11,6 @@
#include "../server.h"
int tcp_closer_init(int n_workers, int buf_size);
int tcp_close(client_ctx_t *ctx);
void tcp_closer_stop(void);
void tcp_closer_destroy(void);
void tcp_closer_func(client_ctx_t *ctx);
#endif //SESIMOS_TCP_CLOSER_H