package vsrocq-language-server

  1. Overview
  2. Docs
VSRocq language server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vsrocq-language-server-2.3.4.tar.gz
md5=622048b033c1a214ffbb6f63872fcaa0
sha512=b4140879479fbc8318130e9b258c90597b4c02dd115882ca1b590046c2204dacaf94b3e50cd9b5bb61cd59462bd4edf7927b787eeb3c113fc066a7697c08c61b

doc/vsrocq-language-server.dm/Dm/DelegationManager/module-type-Job/index.html

Module type DelegationManager.JobSource

type t

The data out of which the job can be performed. Must be marshalable

val name : string

Used to craft a job specific command line option for the worker process used when fork is not available

val binary_name : string

Name of the worker process binary used when fork is not available

val initial_pool_size : int

Max number of workers for this kind job

type update_request
val appendFeedback : (Feedback.route_id * Types.sentence_id) -> (Feedback.level * Loc.t option * Types.Quickfix.t list * Pp.t) -> update_request

Called to handle feedback sent by the worker process