YouCompleteMe/python/ycm
Strahinja Val Markovic 6c53bad58f No more threading in completers!
The server is multi-threaded and will spawn a new thread for each new request.
Thus, the completers need not manage their own threads or even provide async
APIs; we _want_ them to block because now were implementing the request-response
networking API.

The client gets the async API through the network (i.e., it can do something
else while the request is pending).
2013-10-07 11:03:28 -07:00
..
client GoTo commands for clang completer work again 2013-10-07 11:03:27 -07:00
completers No more threading in completers! 2013-10-07 11:03:28 -07:00
server No more threading in completers! 2013-10-07 11:03:28 -07:00
tests extra conf path handling now OS-agnostic 2013-08-25 10:44:45 -07:00
__init__.py Fixing python tests broken in rename 2013-05-19 20:06:14 -07:00
base.py Bump ycm_core.so API version 2013-10-07 11:03:26 -07:00
extra_conf_store.py Cleaner server shutdown 2013-10-07 11:03:26 -07:00
frozendict.py Adding the frozendict module 2013-10-07 11:03:25 -07:00
test_utils.py Better completion in the middle of a word 2013-06-09 19:00:49 -07:00
user_options_store.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
utils.py Server now shuts down cleanly on VimClose 2013-10-07 11:03:26 -07:00
vimsupport.py GoTo commands work again 2013-10-07 11:03:27 -07:00
youcompleteme.py Added debug info about the server 2013-10-07 11:03:28 -07:00