package lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Promises and event-driven I/O
Install
dune-project
Dependency
Authors
Maintainers
Sources
4.2.1.tar.gz
sha256=6663be42156c7224c4d2c57842e669d99895dbeb87ebeb46deb90c5a0f0830c1
md5=9d648386ca0a9978eb9487de36b781cc
doc/lwt.unix/Lwt_unix_jobs/Make/index.html
Module Lwt_unix_jobs.Make
Parameters
Signature
val access_job : string -> Unix.access_permission list -> unit Job.tval chdir_job : string -> unit Job.tval chmod_job : string -> int -> unit Job.tval chown_job : string -> int -> int -> unit Job.tval chroot_job : string -> unit Job.tval close_job : Unix.file_descr -> unit Job.tval fchmod_job : Unix.file_descr -> int -> unit Job.tval fchown_job : Unix.file_descr -> int -> int -> unit Job.tval fdatasync_job : Unix.file_descr -> unit Job.tval fsync_job : Unix.file_descr -> unit Job.tval ftruncate_job : Unix.file_descr -> int -> unit Job.tval ftruncate_64_job : Unix.file_descr -> int64 -> unit Job.tval link_job : string -> string -> unit Job.tval lseek_job : Unix.file_descr -> int -> Unix.seek_command -> int Job.tval lseek_64_job : Unix.file_descr -> int64 -> Unix.seek_command -> int64 Job.tval mkdir_job : string -> int -> unit Job.tval mkfifo_job : string -> int -> unit Job.tval rename_job : string -> string -> unit Job.tval rmdir_job : string -> unit Job.tval symlink_job : string -> string -> unit Job.tval tcdrain_job : Unix.file_descr -> unit Job.tval tcflow_job : Unix.file_descr -> Unix.flow_action -> unit Job.tval tcflush_job : Unix.file_descr -> Unix.flush_queue -> unit Job.tval tcsendbreak_job : Unix.file_descr -> int -> unit Job.tval truncate_job : string -> int -> unit Job.tval truncate_64_job : string -> int64 -> unit Job.tval unlink_job : string -> unit Job.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page