package async
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Monadic concurrency library
Install
dune-project
Dependency
Authors
Maintainers
Sources
async-v0.13.0.tar.gz
sha256=fef9ebe342ea59d7804f6292b7891ad664a8ba8d4174a1b202db91363a9c71ab
md5=fbfc7059179bc9ddd5dc1411e7d2e815
doc/async.async_rpc/Async_rpc/Rpc/Low_latency_transport/index.html
Module Rpc.Low_latency_transport
This module implements a RPC transport optimized for low-latency.
module Config : sig ... endAll the following create functions take a max_message_size argument in addition to a Config.t. The final max_message_size will be the min of both.
The rationale for this is that max_message_size is more a property of the protocol and should be specified by the programmer, while other configuration parameters are for tuning purposes.
module Reader : sig ... endmodule Writer : sig ... endinclude module type of struct include Async_rpc_kernel.Rpc.Transport end
with module Reader := Async_rpc_kernel.Rpc.Transport.Reader
with module Writer := Async_rpc_kernel.Rpc.Transport.Writer
module Header = Async_rpc_kernel.Rpc.Transport.HeaderBinary headers containing message lengths. All transports should use this to ensure binary compatibility.
module Handler_result = Async_rpc_kernel.Rpc.Transport.Handler_resultmodule Send_result = Async_rpc_kernel.Rpc.Transport.Send_resulttype t = {reader : Async_rpc_kernel.Rpc.Transport.Reader.t;writer : Async_rpc_kernel.Rpc.Transport.Writer.t;
}val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval close : t -> unit Async_kernel.Deferred.tCloses both parts of the transport.
val create : ?config:Config.t -> max_message_size:int -> Async_unix.Fd.t -> t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>