基于C++ Coroutines提案 ‘Stackless Resumable Functions’编写的协程库
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tearshark 3575506740 将state的操作封装在其内部,以便于检查是否加锁而从保证了线程安全 il y a 4 ans
..
test_async_cb.cpp 将state的操作封装在其内部,以便于检查是否加锁而从保证了线程安全 il y a 4 ans
test_async_channel.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 il y a 4 ans
test_async_channel_mult_thread.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 il y a 4 ans
test_async_dynamic_go.cpp 兼容 asio 1.14.1版本 il y a 4 ans
test_async_event.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 il y a 4 ans
test_async_event_timeout.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 il y a 4 ans
test_async_exception.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 il y a 4 ans
test_async_modern_cb.cpp 使用 remove_cvref 替换 decay il y a 4 ans
test_async_multi_thread.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 il y a 4 ans
test_async_mutex.cpp 测试channel在多线程多协程调度下的表现 il y a 6 ans
test_async_resumable.cpp 兼容 asio 1.14.1版本 il y a 4 ans
test_async_routine.cpp 支持N:N模式的协程 il y a 6 ans
test_async_sleep.cpp 改进移动构造函数 il y a 5 ans
test_async_suspend_always.cpp 支持N:N模式的协程 il y a 6 ans
test_async_timer.cpp 添加一个基于ASIO的pingpong性能评测 il y a 5 ans
test_async_when_all.cpp boost::any作为可选,用来替换std::any il y a 5 ans
test_async_yield_return.cpp 兼容 asio 1.14.1版本 il y a 4 ans