package spawn
Spawning sub-processes
Install
Dune Dependency
Authors
Maintainers
Sources
spawn-v0.11.0.tar.gz
sha256=f814d9c75e6c67627d16f2cbcb502be06d81d9b93ade9725d40fac492956097b
md5=85aa8d09cb50f80a9603dac4af333032
Description
Spawn is a small library exposing only one functionality: spawning sub-process.
It has three main goals:
-
provide missing features of Unix.create_process such as providing a working directory
-
provide better errors when a system call fails in the sub-process. For instance if a command is not found, you get a proper [Unix.Unix_error] exception
-
improve performances by using vfork when available. It is often claimed that nowadays fork is as fast as vfork, however in practice fork takes time proportional to the process memory while vfork is constant time. In application using a lot of memory, vfork can be thousands of times faster than fork.
Published: 22 Mar 2018
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page