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

Struct eventSourceIterable

iterable_eventsource.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type eventSourceIterable struct {
9 sync.RWMutex
10 observers []chan Item
11 disposed bool
12 opts []Option
13}
14
15func newEventSourceIterable(ctx context.Context, next <-chan Item, strategy BackpressureStrategy, opts ...Option) Iterable {
16 it := &eventSourceIterable{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected