A11 TypeScript API - v0.2.1
    Preparing search index...

    Class WireStreamWithRecv

    Pull-oriented, one-slot adapter for a callback-driven WireStream.

    Use this in an agent loop that wants to await receive() rather than own a callback. The one-slot handoff retains transport backpressure. A remote abort takes priority over buffered data and remains visible to all future receivers.

    Implements

    Index