Unverified Commit 87e6f87f authored by Connor Sughrue's avatar Connor Sughrue Committed by GitHub
Browse files

[llvm][Support] Improvements to ListeningSocket functionality and documentation (#84710)



Improvements include
* Enable `ListeningSocket::accept` to timeout after a specified amount
of time or block indefinitely
* Enable `ListeningSocket::createUnix` to handle instances where the
target socket address already exists and differentiate between
situations where the existing file does and does not already have a
bound socket
* Doxygen comments

Functionality added for the module build daemon

---------

Co-authored-by: default avatarMichael Spencer <bigcheesegs@gmail.com>
parent 289a2c38
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment