EventQue - v1.0.3
    Preparing search index...

    Interface EmitOptions

    Options for customizing the behavior of emitAsync.

    interface EmitOptions {
        parallel?: boolean;
        stopOnError?: boolean;
        timeoutMs?: number;
    }
    Index

    Properties

    parallel?: boolean
    stopOnError?: boolean
    timeoutMs?: number