Libhandler
github.com原文 ↗
Libhandler 用可移植 C99 实现 algebraic effects 与 handlers 的运行时,让 C/C++ 及其他编译到 C 的语言获得可组合的控制效果。库通过 effect operation、handler 栈和续 continuation 支持异常、生成器、异步等抽象,并包含不同实现策略与基准;它是研究级语言机制落到低层 ABI 的实用参考。
–浏览
github.com原文 ↗
评论 · Comments