Documentation
¶
Overview ¶
Package pool implements a generic worker pool with shared channels.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool[I, O any] struct { // contains filtered or unexported fields }
Pool contains channels for the generic worker() to run at limited concurrency.
Click to show internal directories.
Click to hide internal directories.