README changed

pull/5/head
yuqing 2015-11-06 12:23:01 +08:00
parent 00056480d4
commit a190050ef0
2 changed files with 4 additions and 2 deletions

View File

@ -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: task can execute in a new thread
* sched_thread.c: support delay tasks * sched_thread.c: support delay tasks
* add function get_current_time_us and get_current_time_ms * add function get_current_time_us and get_current_time_ms

4
README
View File

@ -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 c common functions library extracted from my open source projects FastDFS and
FastDHT. this library is very simple and stable. 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. base64 encode / decode, url encode / decode etc.
detail info please see the c header files. detail info please see the c header files.