stm icon indicating copy to clipboard operation
stm copied to clipboard

Add `waitTSemN`

Open konsumlamm opened this issue 10 months ago • 0 comments

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).

konsumlamm avatar Sep 15 '23 15:09 konsumlamm