sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module Log : Protocol_9p_s.LOG
module FLOW : V1_LWT.FLOW
module Filesystem : Protocol_9p_filesystem.S
Signature
val connect :
Filesystem.t ->
FLOW.flow ->
?msize:int32 ->
?exn_converter:exn_converter ->
unit ->
t Protocol_9p_error.t Lwt.t
Establish a fresh connection to a 9P client. msize
gives the maximum message size we support: the client may request a lower value. receive_cb
will be called with every 9P request.
val get_info : t -> Protocol_9p_info.t
Return information about the current connection
disconnect connection
causes the connection connection
to close after the next message is processed. Once the connection has been disconnected, the returned thread will resolve.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page