1
0
peilaus alkaen https://github.com/tearshark/librf.git synced 2024-10-04 08:50:31 +08:00
librf/tutorial
tearshark 6c9110a3e4 解决vector<bool>导致的问题
启用event_v2版本代码
event_v2尽量兼容event_v1用法
2020-03-14 17:20:31 +08:00
..
test_async_cb.cpp 将异常和返回值做成union以减小state的大小。 2020-03-02 23:39:09 +08:00
test_async_channel_mult_thread.cpp 更新一些测试方案 2020-03-09 17:59:07 +08:00
test_async_channel.cpp 增加一种新的测试channel的方法 2020-03-09 17:36:36 +08:00
test_async_dynamic_go.cpp future支持yield语法,并完成相关范例 2020-02-16 12:03:51 +08:00
test_async_event_timeout.cpp 解决vector<bool>导致的问题 2020-03-14 17:20:31 +08:00
test_async_event_v2.cpp event支持超时 2020-03-10 22:34:50 +08:00
test_async_event.cpp 新版本的event实现 2020-03-10 21:31:05 +08:00
test_async_exception.cpp 全面兼容clang编译器,并通过大部分测试范例 2020-03-01 12:13:41 +08:00
test_async_memory_layout.cpp 将异常和返回值做成union以减小state的大小。 2020-03-02 23:39:09 +08:00
test_async_modern_cb.cpp 全面兼容clang编译器,并通过大部分测试范例 2020-03-01 12:13:41 +08:00
test_async_multi_thread.cpp awaitable_t兼容老的future用法 2020-02-16 12:14:25 +08:00
test_async_mutex.cpp 恢复新版本下的sleep功能 2020-02-16 01:18:25 +08:00
test_async_resumable.cpp 新版本的event实现 2020-03-10 21:31:05 +08:00
test_async_routine.cpp 增加测试内存布局的范例 2020-02-19 16:05:19 +08:00
test_async_sleep.cpp 将异常和返回值做成union以减小state的大小。 2020-03-02 23:39:09 +08:00
test_async_suspend_always.cpp 优化一点内存占用空间和性能 2020-02-29 01:11:21 +08:00
test_async_switch_scheduler.cpp 获得当前协程帮定的调度器 2020-03-11 22:30:42 +08:00
test_async_timer.cpp 添加一个基于ASIO的pingpong性能评测 2018-08-26 19:06:07 +08:00
test_async_when_all.cpp 完善concept的使用 2020-03-14 12:05:41 +08:00
test_async_yield_return.cpp 减少state加锁的次数 2020-03-02 14:50:01 +08:00
test_ring_queue.h 优化channel实现,使用循环队列完成channel数据缓存 2020-03-09 08:17:52 +08:00