Hierarchy

  • BufferedRequest

Constructors

Properties

markAsDelivered: {
    handleIdle() => void;
    handleProcessing() => void;
    invoke() => Promise<void>;
    push(func, lane?) => void;
    shift() => void;
} = ...

Type declaration

markAsRead: {
    handleIdle() => void;
    handleProcessing() => void;
    invoke() => Promise<void>;
    push(func, lane?) => void;
    shift() => void;
} = ...

Type declaration

Accessors

Methods

Generated using TypeDoc