YouCompleteMe/python/ycm/completers/cs
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
..
OmniSharpServer@ee198be6f0 pointed submodule to newest commit 2013-07-10 11:27:55 +02:00
__init__.py completer rewritten to fit in the changed api 2013-06-04 12:14:12 +02:00
cs_completer.py No more threading in completers! 2013-10-07 11:03:28 -07:00
hook.py Now more explicit about accessing user options 2013-10-07 11:03:25 -07:00