Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvc890
/
ProxyServerTcp
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8ebbced
ProxyServerTcp
/
include
/
hv_utils.h
xukc
[feat]proxy framework
83607bc
over 1 year ago
raw
Copy download link
history
blame
Safe
234 Bytes
#
ifndef
PROXYSERVER_HV_UTILS_H
#
define
PROXYSERVER_HV_UTILS_H
#
include
"hv/hloop.h"
#
include
"hv/hthread.h"
void
init_loop
(
int
_thread_num, hthread_routine worker_thread)
;
hloop_t
*
get_next_loop
()
;
#
endif
//PROXYSERVER_HV_UTILS_H