Versions in this module Expand all Collapse all v0 v0.3.0 Feb 25, 2023 v0.2.0 Jan 17, 2023 Changes in this version + type Task func() Callback v0.1.0 Jan 2, 2023 Changes in this version + type Callback func() + type Stream struct + func New() *Stream + func (s *Stream) Go(f StreamTask) + func (s *Stream) Wait() + func (s *Stream) WithMaxGoroutines(n int) *Stream + type StreamTask func() Callback