基于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 f19966d85e 增加切换调度器的功能 4 years ago
..
test_async_cb.cpp 增加切换调度器的功能 4 years ago
test_async_channel.cpp 完整编译x64+x86 4 years ago
test_async_channel_mult_thread.cpp 多线程里使用channel测试通关 4 years ago
test_async_dynamic_go.cpp future支持yield语法,并完成相关范例 4 years ago
test_async_event.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 4 years ago
test_async_event_timeout.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 4 years ago
test_async_exception.cpp 恢复新版本下的sleep功能 4 years ago
test_async_memory_layout.cpp 完整编译x64+x86 4 years ago
test_async_modern_cb.cpp 兼容clang 8.0版本 4 years ago
test_async_multi_thread.cpp awaitable_t兼容老的future用法 4 years ago
test_async_mutex.cpp 恢复新版本下的sleep功能 4 years ago
test_async_resumable.cpp 优化state占用的内存 4 years ago
test_async_routine.cpp 增加测试内存布局的范例 4 years ago
test_async_sleep.cpp 恢复新版本下的sleep功能 4 years ago
test_async_suspend_always.cpp 恢复新版本下的sleep功能 4 years ago
test_async_switch_scheduler.cpp 增加切换调度器的功能 4 years ago
test_async_timer.cpp 添加一个基于ASIO的pingpong性能评测 5 years ago
test_async_when_all.cpp 恢复新版本下的sleep功能 4 years ago
test_async_yield_return.cpp generator_t的state也跟promise分配在一起。 4 years ago