Versions in this module Expand all Collapse all v0 v0.0.2 May 7, 2024 v0.0.1 May 7, 2024 Changes in this version + type Callback func() + type Stream struct + func New() *Stream + func (s *Stream) Go(f Task) + func (s *Stream) Wait() + func (s *Stream) WithMaxGoroutines(n int) *Stream + type Task func() Callback