done method

void done()

Decrements the WaitGroup counter.

Implementation

void done() => add(-1);