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

Struct funcOption

options.go:27–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27type funcOption struct {
28 f func(*funcOption)
29 isBuffer bool
30 buffer int
31 ctx context.Context
32 observation ObservationStrategy
33 pool int
34 backPressureStrategy BackpressureStrategy
35 onErrorStrategy OnErrorStrategy
36 propagate bool
37 connectable bool
38 connectOperation bool
39 serialized func(interface{}) int
40}
41
42func (fdo *funcOption) toPropagate() bool {
43 return fdo.propagate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected