Releases: iqiyi/libfiber
Releases · iqiyi/libfiber
libfiber v1.1.0 released!
- The epoll handle of hooked can be shared between different fibers;
- Add fiber_pool to handle multiple tasks;
- Fixed bugs in fiber mutex and fiber cond.
libfiber v1.0.0.0 released!
- More stable being used in many products;
- Use setsockopt to set the socket's read/write timeout with high performance;
- Add fiber_tbox2 for transfering value object;
- Add wait_group like go sync.WaitGroup.
v0.9.0.0
Keep the old vc projects, and we'll use vc2019 in the future.