Versions in this module Expand all Collapse all v1 v1.1.0 May 6, 2015 Changes in this version + type SequentialWaitGroup struct + func NewSequentialWaitGroup() *SequentialWaitGroup + func (s *SequentialWaitGroup) Add(sequence int64, delta int) + func (s *SequentialWaitGroup) Done(sequence int64) + func (s *SequentialWaitGroup) Wait(sequence int64)