tbox v1.6.5 Release Notes

Release Date: 2020-02-29 // about 4 years ago
  • 🆕 New features

    • 👍 #112: Support unix socket,thanks @Codehz
    • 👌 Support to wait pipe, socket and process in coroutine and poller at same time

    🔄 Changes

    • 👌 improve uuid and improve uuid v4
    • 👌 support msys/mingw and cygwin/gcc toolchains

    新特性

    • #112: 新增unix socket支持,感谢@Codehz的贡献
    • 在协程和poller中支持同时等待和调度socket,pipe io和process

    改进

    • 改进uuid生成,实现uuid v4
    • 支持msys/mingw和cygwin/gcc上编译