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_engine/class-select_based/index.html
Class Lwt_engine.select_basedSource
Abstract class for engines based on a select-like function.
inherit tmethod private virtual select : Unix.file_descr list ->
  Unix.file_descr list ->
  float ->
  Unix.file_descr list * Unix.file_descr listselect fds_r fds_w timeout waits for either:
- one of the file descriptor of fds_rto become readable
- one of the file descriptor of fds_wto become writable
- timeout to expire
and returns the list of readable file descriptor and the list of writable file descriptors.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >