Skip to main content

Module concurrent_lsp

Module concurrent_lsp 

Source
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ยง

SyncConcurrentPyrightClient
Sync concurrent Pyright LSP client - uses message passing for true parallelism Multiple threads can make requests simultaneously without blocking each other!