99 Commits (d854bd00f65e631a62d3fa0e4eef1162669293e6)
 

Autor SHA1 Mensaje Fecha
  tearshark d854bd00f6 重写channel的实现方法 hace 4 años
  tearshark ac11ce9f6f 优化channel实现,使用循环队列完成channel数据缓存 hace 4 años
  tearshark f33d4c471a 企图实现一个更加简洁和lock-free的event。 hace 4 años
  tearshark 134224c123 优化一些代码细节 hace 4 años
  tearshark 52b8ea4a92 简化is_ready()判断 hace 4 años
  tearshark 837a2827ba 将异常和返回值做成union以减小state的大小。 hace 4 años
  tearshark cdc7496613 开启代码静态分析,减少警告信息 hace 4 años
  tearshark fee671711d 减少state加锁的次数 hace 4 años
  tearshark 30aaddfed3 提升版本号到2.3.2 hace 4 años
  tearshark 0e5ac70991 在state上使用自旋锁替换递归锁,以减少内存占用 hace 4 años
  tearshark 8de633c8b6 使用自旋锁替代递归锁 hace 4 años
  tearshark 4061c32f3f clang通过除asio外的所有测试 hace 4 años
  tearshark 0739e99ab2 全面兼容clang编译器,并通过大部分测试范例 hace 4 años
  tearshark 3ba9a56cae 优化一点内存占用空间和性能 hace 4 años
  tearshark 9ae5ee31f3 完善切换调度器的功能 hace 4 años
  tearshark f19966d85e 增加切换调度器的功能 hace 4 años
  tearshark 469d583cad 多线程里使用channel测试通关 hace 4 años
  tearshark f7e0fe084a 整理头文件包含顺序,为module做准备 hace 4 años
  tearshark ae954d9131 为支持modules做准备 hace 4 años
  tearshark a5b28cd778 完整编译x64+x86 hace 4 años
  tearshark b6a8d6bb1a 将宏定义集中存放,以便于将来更好的支持module hace 4 años
  tearshark 0bc0ba8200 增加版本号到2.1.1 hace 4 años
  tearshark 3badb4e13f 增加测试内存布局的范例 hace 4 años
  tearshark 872414d845 处置宏max导致编译失败 hace 4 años
  tearshark d1de24135f generator_t的state也跟promise分配在一起。 hace 4 años
  tearshark b73379781f 更新版本号到2.1.0。 hace 4 años
  tearshark f0d8cdbdc3 兼容clang hace 4 años
  tearshark 9dcb2d8baf 将state和协程所用的内存分配到一起。 hace 4 años
  tearshark a61c9b2c64 优化state的内存布局和大小 hace 4 años
  tearshark 421e884680 优化state占用的内存 hace 4 años
  tearshark bbf47d62cb 修复timer编译失败的问题 hace 4 años
  tearshark 662fd91a02 明确支持when_all/when_any功能 hace 4 años
  tearshark 03579c95fa 兼容clang 8.0,简单的测试范例通过 hace 4 años
  tearshark a9b2f7279e 兼容clang 8.0版本 hace 4 años
  tearshark 39f12d96bc 上传测试的VS项目 hace 4 años
  tearshark 306deeb075 标记版本为2.0.0 hace 4 años
  tearshark cba8cd7d8f 整理头文件定义,使得重要的类放在显眼之处 hace 4 años
  tearshark 5f4ef80848 asio测试范例编译通过 hace 4 años
  tearshark 8521691d0d 完善when_any/when_al功能,并通过相关范例 hace 4 años
  tearshark 65709ca487 完成sleep结合event的范例测试 hace 4 años
  tearshark ff96b20308 完成新版本下的channel hace 4 años
  tearshark f14f5fad5d 完成新版本下的event hace 4 años
  tearshark 39356713cc 恢复新版本下的mutex功能,并完成相关范例 hace 4 años
  tearshark 39cd2f5dcf awaitable_t兼容老的future用法 hace 4 años
  tearshark 2bd318d052 future支持yield语法,并完成相关范例 hace 4 años
  tearshark 8d580dcda4 支持generator,完成相关范例 hace 4 años
  tearshark 7289258a75 准备支持调度generator hace 4 años
  tearshark aa96b843dd 完成新版本下协程frame pointer的测试 hace 4 años
  tearshark 527160bc71 更新说明文档 hace 4 años
  tearshark 76811ba691 恢复新版本下的sleep功能 hace 4 años