Rework `ConnectionsRequests` (#2081)
* Rework `ConnectionsRequests` Instead of implementing the `Stream` trait, this struct now provides a function `next()`. This enables us to encode into the type system that it will always return a value or block indefinitely. * Review feedback
parent
305d9414
Please register or sign in to comment