package cstruct-lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Access C-like structures directly from OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
cstruct-6.2.0.tbz
sha256=9a78073392580e8349148fa3ab4b1b2e989dc9d30d07401b04c96b7c60f03e62
sha512=8d33fe6b3707a3994d0225cd33cadde0bb2ca834ef01096e3df33a08e4a8c6d02ebccddf558a73988b8a5595b65fdc10de61efbf872c6c9e55c719c7e19c463d
doc/cstruct-lwt/Lwt_cstruct/index.html
Module Lwt_cstructSource
Blocking Lwt functions to read and write from Cstruct buffers.
read fd t reads data from the file descriptor fd into the t cstruct.
write fd t writes data from the t cstruct to the file descriptor fd.
complete (read fd) t fills t with data from fd.
complete (write fd) t fully-writes t to fd.
Source
val sendto :
Lwt_unix.file_descr ->
Cstruct.t ->
Unix.msg_flag list ->
Unix.sockaddr ->
int Lwt.tsendto fd t flags sa invokes Lwt_unix.sendto on the t cstruct.
Source
val recvfrom :
Lwt_unix.file_descr ->
Cstruct.t ->
Unix.msg_flag list ->
(int * Unix.sockaddr) Lwt.trecvfrom fd t flags sa invokes Lwt_unix.recvfrom on the t cstruct.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>