package dune-rpc
Communicate with dune using rpc
Install
Dune Dependency
Authors
Maintainers
Sources
dune-3.9.3.tbz
sha256=96bf755da267fb46e4af2dda0db56d5863761589618089c429ff85e0f7f65783
sha512=ce05560a2cff0beb805a259df449b5dbd15420e353cc686a482904b837969bce6f91eedec608ecef4be0ebc232fa013652745a7cc831af1a7f8fe06a391e5488
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