v3.6.0
版本发布时间: 2022-12-04 15:40:33
acl-dev/acl最新发布版本:v3.6.1-7(2024-03-16 16:24:16)
- feature: fiber module has supported the new IO event io_uring;
- feature: design a new fiber_mutex in fiber to support syncing between coroutines and threads;
- optimize: optimize fiber_cond with the fiber_mutex;
- optimize: fiber_tbox has been optimized with fiber_mutex;
- optimize: master_fiber service template supports io_uring;
- optimize: optimize redis_client_pipeline module with the message box can be rewrite by subclass;
- bugs fixed: fixed one bug in redis_client_pipeline that the mbox shared between different threads.