package dune-rpc
Communicate with dune using rpc
Install
Dune Dependency
Authors
Maintainers
Sources
dune-3.18.0.tbz
sha256=b7450daeadc3786f6d229f1b8be98a3de1d8d7017446d8c43a3940aa37db2ffb
sha512=e28d1ac9b25307ca167721760e1cec09f41bd602b88c8a882c1febdf20b5d5db55d38b69ce62cab4ad6552c408a230e465afc1654afe0adb2a7551007c278417
doc/dune-rpc.private/Dune_rpc_private/Client/Make/index.html
Module Client.Make
Source
Parameters
module Chan : sig ... end
Signature
Source
val request :
?id:Id.t ->
t ->
('a, 'b) Versioned.request ->
'a ->
('b, Response.Error.t) Stdune.result Fiber.t
Source
type proc =
| Request : ('a, 'b) Decl.request -> proc
(*The client may send the declared request
*)| Notification : 'a Decl.notification -> proc
(*The client may send the declared notification
*)| Poll : 'a Procedures.Poll.t -> proc
(*The client may start the declared polling loop
*)| Handle_request : ('a, 'b) Decl.request * ('a -> 'b Fiber.t) -> proc
(*The client can handle the declared request
*)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page