use Sink;
use ;
use Response;
use ;
/// Maximum number of client requests the stdio transport may process concurrently.
///
/// Keep workspace-wide requests from monopolizing the handler loop while document epochs and
/// snapshot generations guard response freshness.
pub const LSP_HANDLER_CONCURRENCY: usize = 4;
/// Builds the stdio LSP transport with Merman's production concurrency policy.