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
  
    
      5.9.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=9687c14532a90af1098b646bde219a70
    
    
  sha512=44ad793741a3ba52dfc07a190790d6e3207f146c42a4e1e11adc76f9d7fc9bee93d7fe18376882bb27e7e7e286be5807498884367b172a4ebc067028fa0c824c
    
    
  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)"
  >