@Cards-TS
    Preparing search index...

    Class ResponseQueue<Item>

    A queue that handlers push messages to to return them to the driver. Seamlessly handles async items and sync items.

    Type Parameters

    Index

    Constructors

    Methods

    • Returns AsyncGenerator<
          [number, [undefined | Item, undefined | HandlerCustomData]],
          void,
          unknown,
      >

    • Returns Generator<
          [number, [undefined | Item, undefined | HandlerCustomData]],
          void,
          unknown,
      >