package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 1, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pool[Inbound, Outbound any] struct {
Name string
C chan Outbound
E chan error
}
func New[Inbound, Outbound any](
name string,
in chan Inbound,
f func(Inbound) (Outbound, error),
) *Pool[Inbound, Outbound]
func (wp *Pool[Inbound, Outbound]) Active() int
Source Files
¶
Click to show internal directories.
Click to hide internal directories.