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

Struct createIterable

iterable_create.go:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type createIterable struct {
9 next <-chan Item
10 opts []Option
11 subscribers []chan Item
12 mutex sync.RWMutex
13 producerAlreadyCreated bool
14}
15
16func newCreateIterable(fs []Producer, opts ...Option) Iterable {
17 option := parseOptions(opts...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected