package
0.0.0-20241218175928-52315d1799c0
Repository: https://github.com/novoseltcev/go-course.git
Documentation: pkg.go.dev

# Functions

AntiFraudConsumer is a consumer that processes tasks in batches.
Consumer is consumer that processes data from channel jobsCh and calls consumeFunc for each value.
FanIn merges channels into one.
Producer returns channel that produces data from dataFunc with delay.