rust/src/doc/style/errors/handling.md
2015-02-16 17:04:16 -05:00

8 lines
186 B
Markdown

% 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]