Module halfstream

Source
Expand description

Type and code for handling a “half-closed” stream.

A half-closed stream is one that we’ve sent an END on, but where we might still receive some cells.

Structs§

HalfStream 🔒
Type to track state of half-closed streams.