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

Function WithPool

options.go:140–144  ·  view source on GitHub ↗

WithPool allows to specify an execution pool.

(pool int)

Source from the content-addressed store, hash-verified

138
139// WithPool allows to specify an execution pool.
140func WithPool(pool int) Option {
141 return newFuncOption(func(options *funcOption) {
142 options.pool = pool
143 })
144}
145
146// WithCPUPool allows to specify an execution pool based on the number of logical CPUs.
147func WithCPUPool() Option {

Calls 1

newFuncOptionFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…