Contents

Publishers.AssertNoFailure

A publisher that raises a fatal error upon receiving any failure, and otherwise republishes all received input.

Declaration

struct AssertNoFailure<Upstream> where Upstream : Publisher

Overview

Use this function for internal integrity checks that are active during testing but don’t affect performance of shipping code.

Topics

Creating an assert no failure publisher

Declaring supporting types

Inspecting publisher properties

See Also

Handling errors