Expand description
Concurrent LSP client implementation using message passing
This module provides high-performance, concurrent access to LSP servers like pyright-langserver using sync threads and channels - no async needed!
Structsยง
- Sync
Concurrent Pyright Client - Sync concurrent Pyright LSP client - uses message passing for true parallelism Multiple threads can make requests simultaneously without blocking each other!