package vsrocq-language-server

  1. Overview
  2. Docs
VSRocq language server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vsrocq-language-server-2.4.1.tar.gz
md5=86c43adac61349acb97dc2fe75a69b25
sha512=91dcbc400d6f27faa28091fbc2ff02e04990814ab6a4f1133ee14c38b57008ee31775d98085faffed2e6dc29f9b38369f533186a13b7e351a3748a738df601cc

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