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.14.0.tar.gz
sha256=74f2b7b01ce3b92289cc7a68cd3ae53885c763cedd320d27949d585e5c13dc64
md5=9f80cfb72e3defcc9fca50f67e23e93c
doc/async.async_rpc/Async_rpc/Rpc/Transport/index.html
Module Rpc.Transport
module Async_reader = Async_unix.Readermodule Async_writer = Async_unix.Writermodule 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 of_reader_writer :
max_message_size:int ->
Async_reader.t ->
Async_writer.t ->
tval of_fd :
?buffer_age_limit:Async_writer.buffer_age_limit ->
?reader_buffer_size:int ->
max_message_size:int ->
Async_unix.Fd.t ->
t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>