Documentation ¶
Index ¶
- func FanIn[T any](inputs ...<-chan T) chan T
- func FanOut[T any](input <-chan T, outputs ...<-chan T) []chan T
- func StreamFn[I any, O any](ctx context.Context, in <-chan I, fn func(I) O) <-chan O
- func StreamTimeoutFn[I any, O any](ctx context.Context, duration time.Duration, in <-chan I, fn func(I) O) (<-chan O, context.CancelFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StreamTimeoutFn ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.