Installation
go get -u github.com/reactivex/rxgo/[email protected]
Added
- External resource section in the documentation: #301
Changed
- The
Range
operator was emitting the wrong number of items compared to other Rx implementations: #288 - Handle context priority in
SendContext
: #300