HTTP.WebTransport.StreamQueue (http_web_transport v0.10.0)
View SourceQueue handle for incoming WebTransport streams.
Summary
Types
@type kind() :: :incoming_bidirectional | :incoming_unidirectional
@type t() :: %HTTP.WebTransport.StreamQueue{ kind: kind(), transport: HTTP.WebTransport.t() }
Functions
@spec read(t(), keyword() | map()) :: {:ok, HTTP.WebTransport.BidirectionalStream.t() | HTTP.WebTransport.ReceiveStream.t()} | {:error, term()}