File size: 292 Bytes
83607bc
 
 
 
 
 
 
 
 
 
1bff97b
 
bb16f10
83607bc
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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();

char generateRandomKey();

long long currentTimeMillis();

#endif //PROXYSERVER_HV_UTILS_H