4 次程式碼提交 (bd882ee1797367b8fac9f0572fae2daf11551e00)

作者 SHA1 備註 提交日期
  tearshark dfa3811619 完成event的wait_all_for功能 2 年之前
  tearshark dcf9bdec7c 解决event.wait_for/wait_until在超时后导致内存泄露的问题 2 年之前
  tearshark 54c0ad32b9 支持编译为动态库,支持安装脚本 2 年之前
  tearshark 27034d9efc 重新组织代码目录结构 2 年之前
  tearshark 53c035991e 适配C++20 3 年之前
  tearshark 474f6fa04f 删除event不必要的代码 4 年之前
  tearshark 04fde5f355 暂缓对modules的支持,优先支持Doxygen。 4 年之前
  tearshark d09152280c 完善event_v2的wait_all功能 4 年之前
  tearshark ba477e9252 完成event_v2的wait_any 4 年之前
  tearshark bac50e93cd 完善event_v2的concept约束 4 年之前
  tearshark d3a9b85677 为event_v2支持wait_any做准备 4 年之前
  tearshark 6c9110a3e4 解决vector<bool>导致的问题 4 年之前
  tearshark 5ea36e6cc0 timer提供线程安全的可能 4 年之前
  tearshark cd8f6adb7e 解决几处可能错误使用compare exchange weak的地方 4 年之前
  tearshark 042e85f077 减少event的一个自旋锁 4 年之前
  tearshark 1b344cc651 event支持超时 4 年之前
  tearshark a5459300b9 新版本的event实现 4 年之前
  tearshark ac11ce9f6f 优化channel实现,使用循环队列完成channel数据缓存 4 年之前
  tearshark f33d4c471a 企图实现一个更加简洁和lock-free的event。 4 年之前