Transport send request accepted by a backend.
A send token means the backend accepted the request for scheduling. It is not proof that the peer received the bytes.
Summary
Types
@type t() :: %MOQX.Transport.Conn.Stream.Send{ byte_size: non_neg_integer(), finish?: boolean(), ref: reference() }