Tags: sherifabdlnaby/gpool
Tags
Use my forked semaphore implementation Since I found a bug in `github.com/marusama/semaphore` Issue #3 that had a potential deadlock which was avoided/worked-around. however after submitting a PR and fixing the said bug the performance was halved. Now the `x/sync/semaphore` is much better performance-wise however it is not resizable, hence use my forked resizable semaphore.