YouCompleteMe/python/ycm/completers/general
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
..
tests Can now seed identifier database with keywords 2013-05-27 00:08:21 -07:00
__init__.py Moving everything under pytho/ycm 2013-05-19 19:44:42 -07:00
filename_completer.py No more threading in completers! 2013-10-07 11:03:28 -07:00
general_completer_store.py No more threading in completers! 2013-10-07 11:03:28 -07:00
syntax_parse.py Can now seed identifier database with keywords 2013-05-27 00:08:21 -07:00
ultisnips_completer.py No more threading in completers! 2013-10-07 11:03:28 -07:00