ccollins476ad opened a new pull request #95: unixchild - fix race condition
URL: https://github.com/apache/mynewt-newt/pull/95
 
 
   This commit gives the unixchild ErrChan a depth of 1 (was 0).  Prior to this 
change, there was a race condition when the child process terminated at the 
same time that the calling code stopped the unixchild library.
   
   A depth of 1 is sufficient because there will never be more than one error.  
When the first error is encountered, the library terminates.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to