package vsrocq-language-server

  1. Overview
  2. Docs
VSRocq language server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

vsrocq-language-server-2.3.0.tar.gz
md5=703240416ea0203be94095210f6a81ae
sha512=be5dd8d06743f10bb712abce99ade7c87ba44f28507e165f0c6c2efc19961ef43be88d1c2093b5e9eb881437b54a0153ab63865c1fb623e51cfed5f517babc66

doc/vsrocq-language-server.dm/Dm/DelegationManager/MakeWorker/index.html

Module DelegationManager.MakeWorkerSource

Parameters

module Job : Job

Signature

Sourcetype job_t = Job.t
Sourcetype job_update_request = Job.update_request
Sourceval resize_pool : int -> unit
Sourcetype delegation

Event for the main loop

Sourceval pr_event : delegation -> Pp.t
Sourcetype events = delegation Sel.Event.t list
Sourceval handle_event : delegation -> job_update_request option * events

handling an event may require an update to a sentence in the exec state, e.g. when a feedback is received

Sourceval worker_available : jobs:(job_handle * Sel.Event.cancellation_handle * job_t) Queue.t -> fork_action:(job_t -> send_back:(job_update_request -> unit) -> unit) -> feedback_cleanup:(unit -> unit) -> delegation Sel.Event.t
Sourcetype options
Sourceval parse_options : string list -> options * string list
Sourceval setup_plumbing : options -> (job_update_request -> unit) * job_t
Sourceval log : ?force:bool -> (unit -> string) -> unit