rust/src/doc/style/errors/handling.md

8 lines
186 B
Markdown
Raw Normal View History

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