package async_rpc_kernel
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package async_rpc_kernel
-
async_rpc_kernel
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Register_raw
is like Register
except you get the whole pipe to deal with.
This is useful if, e.g., your response_of_model
function can fail, so that you'd like to filter items out from the result pipe.
You may not call implement_direct_multi
when using Register_raw
, as Pipe_rpc.implement_direct
never has access to a pipe.
Parameters
module Version_i : sig ... end
Signature
val rpc : (Version_i.query, Version_i.response, Version_i.error) Rpc.Pipe_rpc.t
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page