Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 736 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 736 Bytes

A Counting Latch

Golang codecov PkgGoDev

This package contains a notification-based, counter latch. This is conceptually similar to a sync.WaitGroup, except that it does not require foreknowledge of the total number of tasks that will be tracked.

The API is stable and semantically versioned. The implementation depends only on the standard library.