mirror of
https://github.com/apple/container.git
synced 2026-09-14 03:35:42 +00:00
I didn't like how we expose the asyncstream via a public connections field. We should have the type conform to AsyncSequence and then hide the underlying stream. This also stops listening on the stdio ports after we get the initial connection.