Unverified Commit b40c3566 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

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
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