Skip to content

acl 3.6.0 released!

Compare
Choose a tag to compare
@zhengshuxin zhengshuxin released this 04 Dec 07:40
· 497 commits to master since this release
  • 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.