Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatesPool ¶
type StatesPool[T any] struct { // contains filtered or unexported fields }
func NewWorkerPool ¶
NewWorkerPool initializes new instance of worker pool.
func (*StatesPool[T]) RunWorkers ¶
func (pool *StatesPool[T]) RunWorkers()
RunWorkers runs workers which will be waiting for jobs to handle.
type WorkerPool ¶
Click to show internal directories.
Click to hide internal directories.