Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 230 Bytes

never.md

File metadata and controls

18 lines (11 loc) · 230 Bytes

Never Operator

Overview

Create an Observable that emits no items and does not terminate.

Example

observable := rxgo.Never()

Output: