Empty
A publisher that never publishes any values, and optionally finishes immediately.
Declaration
struct Empty<Output, Failure> where Failure : ErrorOverview
You can create a ”Never” publisher — one which never sends values and never finishes or fails — with the initializer Empty(completeImmediately: false).