mushi
    Preparing search index...

    Class SendStream

    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.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Write the entire buffer to the stream.

      Parameters

      • buf: Buffer

      Returns Promise<void>