README changed
parent
00056480d4
commit
a190050ef0
2
HISTORY
2
HISTORY
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
Version 1.23 2015-11-05
|
||||
Version 1.23 2015-11-06
|
||||
* sched_thread.c: task can execute in a new thread
|
||||
* sched_thread.c: support delay tasks
|
||||
* add function get_current_time_us and get_current_time_ms
|
||||
|
|
|
|||
4
README
4
README
|
|
@ -10,7 +10,9 @@ Chinese language: http://linux.chinaunix.net/bbs/forum-75-1.html
|
|||
c common functions library extracted from my open source projects FastDFS and
|
||||
FastDHT. this library is very simple and stable.
|
||||
|
||||
functions including: string, logger, chain, hash, socket, ini file reader,
|
||||
functions including: string, logger, chain, hash, avl treee, socket,
|
||||
ini file reader, memory pool, object based allocator, connection pool,
|
||||
timer based time wheel, ioevent like epull, local ip functions,
|
||||
base64 encode / decode, url encode / decode etc.
|
||||
|
||||
detail info please see the c header files.
|
||||
|
|
|
|||
Loading…
Reference in New Issue