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

    Class InProcessWireStream

    A paired WireStream transport with no network dependency.

    Use this for tests, local agent composition, and bridges that need ordinary WireStream lifecycle/backpressure semantics without a socket. Packets cross an asynchronous in-memory boundary, so callbacks, half-close, drain, and completion behave like the network transports rather than like direct function calls.

    Implements

    Index