Versions in this module Expand all Collapse all v1 v1.2.1 Jun 19, 2015 v1.2.0 Jun 9, 2015 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)