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.1.tbz
sha256=84f7a82c6d80a7124f3847e9a489e80cfbeafb7bed3573ac01286ef56fd08d94
sha512=d9fa44e24036d2593adfe59e52e0ad64f3e7e973d23f84af57fc79e38fa210630b0cb55590f314d6ef455333b96a8e0ce188c2720eaae44576222541ba78efb3
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