14 Nov
2018
14 Nov
'18
11:17 p.m.
On 15/11/2018 11:19, Emil Dotchevski wrote:
LEAF (Low-latency Error Augmentation Framework) is a new error handling library which could possibly become the successor of Boost Exception, though LEAF can be used without exceptions too.
Official documentation: https://zajo.github.io/leaf/
Looks interesting. Does the implementation internally use thread-locals? Is it compatible with coroutines or fibers or other non-thread-based stacks?