Source.empty
Complete right away without ever emitting any elements.
Source.never
a source which emits nothing and never completes.
Signature
Description
Complete right away without ever emitting any elements. Useful when you have to provide a source to an API but there are no elements to emit.
Reactive Streams semantics
emits never
completes directly