code-index: make code indexer iface use async/finish ops
We don't want "threaded plugin API". Instead, we want objects that live in the main thread, and have async/finish API (for which plugins can choose to use threads if they like).
Please register or sign in to comment