go-pkgz / syncs

Concurrency and synchronization primitives
https://go-pkgz.umputun.dev/syncs/
MIT License
136 stars 13 forks source link

Semaphore field #10

Closed razor-87 closed 1 year ago

razor-87 commented 1 year ago

Hi, after adding the Locker interface in Discard mode #4, it was probably also intended to remove the sync.Locker field from the semaphore struct.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6285900340


Totals Coverage Status
Change from base Build 5583002424: 0.0%
Covered Lines: 175
Relevant Lines: 177

💛 - Coveralls
umputun commented 1 year ago

LGTM, thx