package dune-rpc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Communicate with dune using rpc
Install
dune-project
Dependency
Authors
Maintainers
Sources
dune-3.21.0.tbz
sha256=e76d4d89368a0a70025193aeaf4f7c5b54031dba3f59bf9d2af1971dc0eceddd
sha512=a7531de073a47f644bd1e06bfb424c50a61d34245e5e0a1f32d8da920437e8fe59246304cb7aec25f797a8dafea876feceeccfe5139502ead4d1ba5c45773ef3
doc/dune-rpc.private/Dune_rpc_private/Client/Make/index.html
Module Client.MakeSource
Parameters
module Chan : sig ... endSignature
Source
val request :
?id:Id.t ->
t ->
('a, 'b) Versioned.request ->
'a ->
('b, Response.Error.t) Stdune.result Fiber.tSource
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