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
6.0.0.tar.gz
md5=8bfdd7b36a40fc715c48b3a9edccf324
sha512=6d2f4866e06601f9e7e43ac6378f05a3ea915c94548d5a6c96e2fb2adc2c6cff233ffa56862ca7be809c2d2114ed9335c22fb7d768adf7fae5460bb52de3f938
doc/lwt.unix/Lwt_process/class-process_none/index.html
Class Lwt_process.process_noneSource
method state : stateReturn the state of the process
Terminates the process. It is equivalent to kill Sys.sigkill on Unix but also works on Windows (unlike Lwt_process.process_none.kill).
method status : Unix.process_status Lwt.tThreads which wait for the sub-process to exit then returns its exit status
method rusage : Lwt_unix.resource_usage Lwt.tThreads which wait for the sub-process to exit then returns its resource usages
method close : Unix.process_status Lwt.tCloses the process and returns its exit status. This closes all channels used to communicate with the process
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>