comparison seobeo/seobeo.h @ 250:745fd127b2a1

[seobeo] Add bounded worker interface Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 06:23:37 -0700
parents b8aa08503378
children 117c4d53c9a4
comparison
equal deleted inserted replaced
249:c5129452493e 250:745fd127b2a1
7 * 7 *
8 * Library for starting TCP, UDP server and serving static file or path. 8 * Library for starting TCP, UDP server and serving static file or path.
9 */ 9 */
10 10
11 #include "seobeo/seobeo_internal.h" 11 #include "seobeo/seobeo_internal.h"
12 #include "seobeo/seobeo_worker.h"
12 13
13 #include <stdarg.h> 14 #include <stdarg.h>
14 #include <unistd.h> 15 #include <unistd.h>
15 #include <errno.h> 16 #include <errno.h>
16 #include <string.h> 17 #include <string.h>