基于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 d854bd00f6 重写channel的实现方法 il y a 4 ans
..
test_async_cb.cpp 将异常和返回值做成union以减小state的大小。 il y a 4 ans
test_async_channel.cpp 优化channel实现,使用循环队列完成channel数据缓存 il y a 4 ans
test_async_channel_mult_thread.cpp 重写channel的实现方法 il y a 4 ans
test_async_dynamic_go.cpp future支持yield语法,并完成相关范例 il y a 4 ans
test_async_event.cpp 优化一点内存占用空间和性能 il y a 4 ans
test_async_event_timeout.cpp 使用新的state/promise/future和调度器,以便于完成调度链传递 il y a 4 ans
test_async_event_v2.cpp 优化channel实现,使用循环队列完成channel数据缓存 il y a 4 ans
test_async_exception.cpp 全面兼容clang编译器,并通过大部分测试范例 il y a 4 ans
test_async_memory_layout.cpp 将异常和返回值做成union以减小state的大小。 il y a 4 ans
test_async_modern_cb.cpp 全面兼容clang编译器,并通过大部分测试范例 il y a 4 ans
test_async_multi_thread.cpp awaitable_t兼容老的future用法 il y a 4 ans
test_async_mutex.cpp 恢复新版本下的sleep功能 il y a 4 ans
test_async_resumable.cpp clang通过除asio外的所有测试 il y a 4 ans
test_async_routine.cpp 增加测试内存布局的范例 il y a 4 ans
test_async_sleep.cpp 将异常和返回值做成union以减小state的大小。 il y a 4 ans
test_async_suspend_always.cpp 优化一点内存占用空间和性能 il y a 4 ans
test_async_switch_scheduler.cpp 将异常和返回值做成union以减小state的大小。 il y a 4 ans
test_async_timer.cpp 添加一个基于ASIO的pingpong性能评测 il y a 5 ans
test_async_when_all.cpp 优化一点内存占用空间和性能 il y a 4 ans
test_async_yield_return.cpp 减少state加锁的次数 il y a 4 ans
test_ring_queue.h 优化channel实现,使用循环队列完成channel数据缓存 il y a 4 ans