It's important to never call methods on this object concurrently, ie not to do two writes, or
to call setPriority() while writing to the stream in an overlapping async context. The stream
has an internal mutex (lock), and overlapping accesses will introduce undesirable contention.
A handle to a QUIC send stream.
It's important to never call methods on this object concurrently, ie not to do two writes, or to call
setPriority()
while writing to the stream in an overlapping async context. The stream has an internal mutex (lock), and overlapping accesses will introduce undesirable contention.