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

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

> **[FIXME]** Explain how to isolate tasks and detect task failure for recovery.

### Consuming `Result` [FIXME]