WaitGroup.of constructor

WaitGroup.of(
  1. int i
)

Implementation

factory WaitGroup.of(int i) => WaitGroup()..add(i);