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

186 B

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