123 Commits (11a51942b6557d607dfe3b31dfc74638c52342e4)

Autor SHA1 Mensaje Fecha
  tearshark 9f74f6c198 mutex_t完善无死锁批量加锁 hace 4 años
  tearshark a949d1f4c8 完成mutex_t的无死锁批量加锁功能 hace 4 años
  tearshark fb1d8d39e5 mutex_v2增加超时等待功能 hace 4 años
  tearshark 18ff251233 增加yield()支持 hace 4 años
  tearshark 8af94ea0fc 完善mutex_v2代码 hace 4 años
  tearshark 946656e34e 实现mutex第二版 hace 4 años
  tearshark ca0177e3bb 兼容clang hace 4 años
  tearshark d09152280c 完善event_v2的wait_all功能 hace 4 años
  tearshark ba477e9252 完成event_v2的wait_any hace 4 años
  tearshark a31da60a94 clang的一个bug导致when_all/any代码可能编译失败。 hace 4 años
  tearshark 6c9110a3e4 解决vector<bool>导致的问题 hace 4 años
  tearshark fb22854f30 完善concept的使用 hace 4 años
  tearshark 979d220df7 使用concept来完成when_all/when_any。 hace 4 años
  tearshark 2d0a597b85 整理类型萃取代码 hace 4 años
  tearshark aba74aaa19 重新实现when_all/when_any hace 4 años
  tearshark c863f50ff1 获得当前协程帮定的调度器 hace 4 años
  tearshark 1b344cc651 event支持超时 hace 4 años
  tearshark a5459300b9 新版本的event实现 hace 4 años
  tearshark 1d2d17a2bb 提高协程切换测试4ns. hace 4 años
  tearshark da9c2fa75f 更新一些测试方案 hace 4 años
  tearshark 50841a1d2f 增加一种新的测试channel的方法 hace 4 años
  tearshark a14fd0d640 channel为多线程优化提供手段 hace 4 años
  tearshark d4a95348b2 优化channel的缓存数据的方式 hace 4 años
  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 837a2827ba 将异常和返回值做成union以减小state的大小。 hace 4 años
  tearshark fee671711d 减少state加锁的次数 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 a5b28cd778 完整编译x64+x86 hace 4 años
  tearshark 3badb4e13f 增加测试内存布局的范例 hace 4 años
  tearshark d1de24135f generator_t的state也跟promise分配在一起。 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 a9b2f7279e 兼容clang 8.0版本 hace 4 años
  tearshark 65709ca487 完成sleep结合event的范例测试 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 76811ba691 恢复新版本下的sleep功能 hace 4 años
  tearshark 3f64156e82 改版后第一次正常跑完回调测试 hace 4 años
  tearshark 3575506740 将state的操作封装在其内部,以便于检查是否加锁而从保证了线程安全 hace 4 años