package command_rpc
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  Utilities for Versioned RPC communication with a child process over stdin and stdout
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v0.17.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=402309e8271af1e8642701dff10f55f02a4847db5029151b2e764f5d211f06eb
    
    
  doc/CHANGES.html
Release v0.17.0
- More useful default connection description, instead of "" 
- Release v0.16 silently introduced a new option - new_fds_for_rpcthat supports communication over fds other than stdin&stdout. A few fixes and tweaks around that:- More flexible configuration of stdout_handling
- Fixed an fd leak
- Propagate buffer_age_ilmitcorrectly
 
- More flexible configuration of 
- Make the default rpc timeouts apply consistently (both in Connection.createand inConnection.with_close.
- Optimization: use Writer.spliceto transfer stderr/stdout
Release v0.16.0
- In - Command_rpc.Connection.create, change how stderr handling is specified:- Propagate_stderrcorresponds to old setting- ~propagate_stderr:true
- Ignore_stderrcorresponds to- ~propagate_stderr:false
- Custom _lets the user specify custom handling of stderr
 
Old pre-v0.15 changelogs (very likely stale and incomplete)
114.06.00
- Initial release, forked out of Async_extended.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page