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

Struct deferIterable

iterable_defer.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package rxgo
2
3type deferIterable struct {
4 fs []Producer
5 opts []Option
6}
7
8func newDeferIterable(f []Producer, opts ...Option) Iterable {
9 return &deferIterable{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected