YouCompleteMe/python
Strahinja Val Markovic 7bfb4c3402 Use a thread pool that doesn't join workers
By default, a ThreadPoolExecutor will wait at Python interpreter shutdown for
all the threads to stop by themselves before letting the interpreter shut down.

We don't want that for the network requests thread pool, it causes a shutdown
latency if there are outstanding requests. Killing the threads in our pool is
perfectly safe so we can avoid the latency by introducing an
UnsafeThreadPoolExecutor.
2013-10-30 18:08:35 -07:00
..
clang_includes Using the new clang 3.3 headers 2013-06-19 21:58:53 -07:00
ycm Use a thread pool that doesn't join workers 2013-10-30 18:08:35 -07:00
test_requirements.txt Adding WebTest to pip test dependencies 2013-10-07 11:03:28 -07:00