IntersectMBO / IntersectMBO/ouroboros-network
Make includeInboundConnection a non-blocking operation
Open
connection-manager
inbound-governor
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
This will allow us to avoid running it in a seprate thread when we accept
a connection. It should still preserve the invariant that if a connection is
accepted the connection handler thread is started, which ensures we are not
leaking connections in presence of asynchronous exceptions.
Contributor guide
Assessment
This issue has not been assessed yet.