Open
Description
https://github.com/mutouyun/cpp-ipc/blob/refactoring/include/libimp/result.h#L99
result
需要优化:DefTraits
的设计目前拓展并不方便
https://github.com/mutouyun/cpp-ipc/blob/refactoring/include/libimp/system.h#L40
error
需要重构:参考标准库的 error_code 设计,考虑加入可外部自定义分类,及类别匹配的能力
https://github.com/mutouyun/cpp-ipc/blob/refactoring/include/libimp/log.h#L32
log::context
需要重构:考虑整体打包参数,让外部可根据上下文自定义完整的日志输出(类型擦除可能会带来额外的性能损失,需要 benchmark)
Metadata
Metadata
Assignees
Labels
Projects
Status
In Progress