summary refs log tree commit diff
path: root/src/doc/style/errors/handling.md
blob: 9b8a00d73665b6f4fd0f983a1e56763fef80fa23 (plain)
1
2
3
4
5
6
7
% Handling errors

### Use thread isolation to cope with failure. [FIXME]

> **[FIXME]** Explain how to isolate threads and detect thread failure for recovery.

### Consuming `Result` [FIXME]