package dune-rpc
Communicate with dune using rpc
Install
dune-project
Dependency
Authors
Maintainers
Sources
dune-3.20.1.tbz
sha256=f08e95de2828e891d68906e4430b5117032285207b5bc684fc5d45652eb30e0a
sha512=a45eb69c773396285f3785a1c2edb4644e376c02053ff23cbc39dd2244c9e99527bdaed34b10ad8a0f50a143ce22777a76a0cd19f3a2d313cea9560986fa6bb9
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