-
VsockConnectionStream: Conform to AsyncSequence (#380)
发布于
2025-11-03 22:09:56 +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.下载附件