TcpServer/TcpReactor Framework

This commit is contained in:
2026-09-08 10:35:16 +08:00
parent 4711ab6603
commit ac4045a979
23 changed files with 1831 additions and 20 deletions
+14
View File
@@ -0,0 +1,14 @@
#ifndef INCLUDED_C_TCPPOLLREACTOR_H
#define INCLUDED_C_TCPPOLLREACTOR_H
#ifndef INCLUDED_C_TCPSERVER_H
#include <c_TcpServer.h>
#endif /*INCLUDED_C_TCPSERVER_H*/
/* ------------------------------------------------------------------------------------------------------------------ */
/* */
c_err_t c_TcpPollReactor_Create(c_TcpReactor_t** out_reactor, c_Allocator_t* allocator);
#endif /*INCLUDED_C_TCPPOLLREACTOR_H*/