Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processing ¶
type Processing[E any] struct { // contains filtered or unexported fields }
func New ¶
func New[E any](pool processing.Processing) *Processing[E]
func (*Processing[E]) Execute ¶
func (p *Processing[E]) Execute(elem E, runner Runner[E])
func (*Processing[E]) Wait ¶
func (p *Processing[E]) Wait()
Click to show internal directories.
Click to hide internal directories.