This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1482, removed unsafe double RLock in (p *pool) SelectAP
Removed double RLock in (p *pool) Eligible() Replaced lock for reading with lock for writing (RLock/RUnlock -> Lock/Unlock) in (p *pool) IncRestartCount
- Loading branch information