Registry / utility / reactivex-rxgo-v2

reactivex-rxgo-v2

JSON →
library2.5.0gogounverified

Reactive Extensions for Go, enabling observable streams and functional reactive programming.

go get github.com/reactivex/rxgo/v2
INSTALL
IMPORT
SIG · REACTIVEX-RXGO-V2
R
reactivex-rxgo-v2
utilitygov2.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rxgo
github.com/reactivex/rxgo/v2

Creates an observable emitting values 1, 2, 3.

package main import ( "github.com/reactivex/rxgo/v2" ) func main() { observable := rxgo.Just(1, 2, 3)() _ = observable }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
reactivex-rxgo-v2 — go get reactivex-rxgo-v2 · libregistry