1 Star 0 Fork 10

caiwanli/xfiber

forked from meqizhang/xfiber 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
util.h 143 Bytes
Copy Edit Raw Blame History
meiqizhang authored 2022-04-23 15:35 . 增加超时机制
#ifndef UTIL_H_
#define UTIL_H_
#include <unistd.h>
#include <inttypes.h>
#include <sys/time.h>
namespace util {
int64_t NowMs();
}
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/caiwanli/xfiber.git
git@gitee.com:caiwanli/xfiber.git
caiwanli
xfiber
xfiber
master

Search