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.3.0.tar.gz
sha256=699af62f5ae7d0c19d0b9cc453937e08bc04853e2ff0895e15e86eb3df32d23d
md5=1a72b5ae4245707c12656632a25fc18c
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