Skip to content

v1.1.0

Compare
Choose a tag to compare
@mutouyun mutouyun released this 21 Sep 07:45
· 68 commits to master since this release
fbf1c89

Fix:

  • 尚未连接时直接退出,会出现crash
  • 调整LIBIPC_USE_STATIC_CRT可能会导致链接出错
  • recv接口在等待时退出会导致cpu占用过高

Adjust:

  • src下的目录结构
  • waiter的实现方式(分别使用windows、linux各自的condition机制实现)
  • 不再提供waiter.h,跨进程同步设施(mutex、condition、semaphore)放入namespace sync中独立实现并分别提供头文件
  • 添加新的ut和demo