Function conch_runtime::spawn::swallow_non_fatal_errors
[−]
[src]
pub fn swallow_non_fatal_errors<F>(inner: F) -> SwallowNonFatal<F>
Creates a future adapter that will swallow (and report) non-fatal errors
and resolve to EXIT_ERROR if they arise.
All other responses are propagated through as is.