基于C++ Coroutines提案 ‘Stackless Resumable Functions’编写的协程库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tearshark e22ae5dc12 完成无死锁mutex批量加锁 4 years ago
..
test_async_cb.cpp 将异常和返回值做成union以减小state的大小。 4 years ago
test_async_channel.cpp 增加一种新的测试channel的方法 4 years ago
test_async_channel_mult_thread.cpp 更新一些测试方案 4 years ago
test_async_dynamic_go.cpp future支持yield语法,并完成相关范例 4 years ago
test_async_event.cpp 完善event_v2的wait_all功能 4 years ago
test_async_event_timeout.cpp 兼容clang 4 years ago
test_async_event_v2.cpp 完成event_v2的wait_any 4 years ago
test_async_exception.cpp 全面兼容clang编译器,并通过大部分测试范例 4 years ago
test_async_memory_layout.cpp 将异常和返回值做成union以减小state的大小。 4 years ago
test_async_modern_cb.cpp 全面兼容clang编译器,并通过大部分测试范例 4 years ago
test_async_multi_thread.cpp awaitable_t兼容老的future用法 4 years ago
test_async_mutex.cpp 完成无死锁mutex批量加锁 4 years ago
test_async_resumable.cpp 新版本的event实现 4 years ago
test_async_routine.cpp 增加测试内存布局的范例 4 years ago
test_async_sleep.cpp 兼容clang 4 years ago
test_async_suspend_always.cpp 优化一点内存占用空间和性能 4 years ago
test_async_switch_scheduler.cpp clang的一个bug导致when_all/any代码可能编译失败。 4 years ago
test_async_timer.cpp 添加一个基于ASIO的pingpong性能评测 5 years ago
test_async_when_all.cpp 完善concept的使用 4 years ago
test_async_yield_return.cpp 减少state加锁的次数 4 years ago
test_ring_queue.h 优化channel实现,使用循环队列完成channel数据缓存 4 years ago