MCPcopy Create free account
hub / github.com/ReactiveX/RxGo / ObservableImpl

Struct ObservableImpl

observable.go:94–97  ·  view source on GitHub ↗

ObservableImpl implements Observable.

Source from the content-addressed store, hash-verified

92
93// ObservableImpl implements Observable.
94type ObservableImpl struct {
95 parent context.Context
96 iterable Iterable
97}
98
99func defaultErrorFuncOperator(ctx context.Context, item Item, dst chan<- Item, operatorOptions operatorOptions) {
100 item.SendContext(ctx, dst)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected