niosus / EasyClangComplete

:boom: Robust C/C++ code completion for Sublime Text 3/4
https://niosus.github.io/EasyClangComplete/
MIT License
575 stars 78 forks source link

Better non-singleton thread pool #730

Closed niosus closed 3 years ago

niosus commented 3 years ago

Using a singleton is really not what I want here. So now the thread pool is a normal class. ECC has a single static instance of it.