mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 00:40:55 +08:00
5 lines
167 B
C
5 lines
167 B
C
#pragma once
|
|
|
|
void server_pool_run(const char* addr, bool sync, int nfibers, int rtimeo, int wtimeo);
|
|
void server_pool2_run(const char* addr, bool sync, int nfibers);
|