Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 231 Bytes

empty.md

File metadata and controls

18 lines (11 loc) · 231 Bytes

Empty Operator

Overview

Create an Observable that emits no items but terminates normally.

Example

observable := rxgo.Empty()

Output: