Add `waitTSemN`
Open
- Dominant language
- Haskell
- Stars
- 118
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
`Control.Concurrent.STM.TSem` provides `signalTSemN` to release multiple units, but no `waitTSemN` to acquire multiple units. It would try to acquire all units at once (like [`waitQSemN`](https://hackage.haskell.org/package/base/docs/Control-Concurrent-QSemN.html#v:waitQSemN)).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.