package lwt
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
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/LargeFile/index.html
Module Lwt_unix.LargeFile
val lseek : file_descr -> int64 -> seek_command -> int64 Lwt.tWrapper for Unix.LargeFile.lseek
val truncate : string -> int64 -> unit Lwt.tWrapper for Unix.LargeFile.truncate
val ftruncate : file_descr -> int64 -> unit Lwt.tWrapper for Unix.LargeFile.ftruncate
type stats = Unix.LargeFile.stats = {st_dev : int;st_ino : int;st_kind : file_kind;st_perm : file_perm;st_nlink : int;st_uid : int;st_gid : int;st_rdev : int;st_size : int64;st_atime : float;st_mtime : float;st_ctime : float;
}val fstat : file_descr -> stats Lwt.tWrapper for Unix.LargeFile.fstat
val file_exists : string -> bool Lwt.tfile_exists name tests if a file named name exists.
Note that file_exists behaves similarly to Sys.file_exists:
- "file" is interpreted as "directory entry" in this context
file_exists namewill returnfalsein circumstances that would makestatraise aUnix.Unix_errorexception.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>