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_process/class-process_none/index.html
Class Lwt_process.process_none
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 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)"
  >