Documentation
¶
Overview ¶
Package workerpool provides a persistent pool of goroutines that process submitted tasks. It replaces per-call goroutine spawning in GEMV and element-wise operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool is a fixed-size pool of long-lived worker goroutines.
Click to show internal directories.
Click to hide internal directories.