ithewei 70430b8e2b hv::empty_string il y a 4 ans
..
RAII.cpp 8a84c3d7d3 WSAStartup => WSAInit il y a 4 ans
README.md 8cb296f94f Impl hv::async il y a 4 ans
ThreadLocalStorage.cpp ad2f267ada update il y a 4 ans
ThreadLocalStorage.h ad2f267ada update il y a 4 ans
hasync.cpp 8cb296f94f Impl hv::async il y a 4 ans
hasync.h 324f6f6982 Add TimerThread il y a 4 ans
hdir.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hdir.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hfile.h 8fa05c1787 update il y a 4 ans
hmap.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hobjectpool.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hpath.cpp 446c5edda1 optimize code il y a 4 ans
hpath.h 446c5edda1 optimize code il y a 4 ans
hscope.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
hstring.cpp 70430b8e2b hv::empty_string il y a 4 ans
hstring.h 70430b8e2b hv::empty_string il y a 4 ans
hthreadpool.h 8cb296f94f Impl hv::async il y a 4 ans
hurl.cpp 9442d940e7 Update hurl.cpp il y a 4 ans
hurl.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
ifconfig.cpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
ifconfig.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
iniparser.cpp c241ff8766 fix #112: trim utf8 bom il y a 4 ans
iniparser.h 37705499e5 format code il y a 4 ans
json.hpp fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans
singleton.h fd52ad0e13 move cpp to cpputil, let base event pure c il y a 4 ans

README.md

目录结构

.
├── hasync.h        hv::async实现
├── hdir.h          目录(ls实现)
├── hfile.h         文件类
├── hobjectpool.h   对象池
├── hscope.h        作用域模板类
├── hstring.h       字符串操作
├── hthreadpool.h   线程池
├── hurl.h          URL操作
├── ifconfig.h      网络配置(ifconfig实现)
├── iniparser.h     INI解析
├── json.hpp        JSON解析
├── singleton.h     单例模式宏
└── ThreadLocalStorage.h 线程本地存储类