Clean-up TreadPool
Open
core development
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- Recommend using try/finally around mutex, condition objects.
- Not that it probably matters much in practice, but should have
_pool_cond.acquire() around setting _killflag and company.
- Use python threading queue and pool instead of your own?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.