Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 261 Bytes

thrown.md

File metadata and controls

19 lines (12 loc) · 261 Bytes

Thrown Operator

Overview

Create an Observable that emits no items and terminates with an error.

Example

observable := rxgo.Thrown(errors.New("foo"))

Output:

foo