1
0
mirror of https://github.com/tearshark/librf.git synced 2024-10-01 15:57:07 +08:00
Commit Graph

226 Commits

Author SHA1 Message Date
tearshark
b1c9962756 协程sleep的重新思考和整理 2018-08-10 06:02:01 +08:00
tearshark
3e81636db7 优化调度器所花费的时间 2018-08-08 21:01:25 +08:00
tearshark
df2243e8eb 整理代码 2018-05-16 19:22:15 +08:00
tearshark
d862f0f1da 最后决定下来when_any使用std::any来返回 2018-04-05 09:24:21 +08:00
tearshark
2165e473d1 when_any的返回值修改为索引+std::any 2018-04-05 04:41:16 +08:00
tearshark
83a631b6f8 简化when_all/when_any的实现 2018-04-05 03:29:26 +08:00
tearshark
a4061d38d0 整理代码 2018-03-28 00:06:56 +08:00
tearshark
4a19a89ca4 整理代码 2018-03-28 00:04:09 +08:00
tearshark
27b459284c when_any支持检测返回值 2018-03-27 15:37:22 +08:00
tearshark
a3f73045c9 when_all返回所有等待的future的值 2018-03-27 12:02:37 +08:00
tearshark
630b38ca76 when_all/when_any支持迭代器区间 2018-03-27 09:36:36 +08:00
tearshark
edce71d3f4 删除一处多余的代码 2018-03-27 00:57:38 +08:00
tearshark
4ec98cf432 统一scheduler用法 2018-03-27 00:48:51 +08:00
tearshark
eac8d3bd20 语法更符合C++17标准 2018-03-27 00:43:36 +08:00
tearshark
803cc2e51e 支持when_all/when_any 2018-03-27 00:34:31 +08:00
tearshark
6c9f476658 整理多线程多调度器功能。
仍然没能正常调度
2017-12-14 10:50:45 +08:00
tearshark
9212bfcdf7 使用宏来开关是否支持多线程多调度器 2017-12-13 17:49:38 +08:00
tearshark
475482c99d 尝试解决多线程下的问题 2017-12-13 11:43:33 +08:00
tearshark
84fe5c4b1a 测试channel在多线程多协程调度下的表现
测试结果表明N:M模型的代码还存在BUG
2017-11-27 18:37:18 +08:00
tearshark
db03e525be 支持N:N模式的协程 2017-10-01 10:33:08 +08:00
tearshark
ef85658d00 寻找调用的promise地址的规律 2017-10-01 07:46:41 +08:00
tearshark
75e443cfc1 改进exception范例代码 2017-09-28 16:16:46 +08:00
tearshark
67a3e653ed 添加内存占用的测试代码 2017-09-24 14:36:36 +08:00
tearshark
20a08cf6b3 create repository 2017-09-24 14:04:12 +08:00
tearshark
ba792374ab create repository 2017-09-24 14:01:30 +08:00
tearshark
4f2728a9dd Initial commit 2017-09-24 13:13:26 +08:00