libp2p
    Preparing search index...

    Interface QueueJobSuccess<JobReturnType, JobOptions>

    interface QueueJobSuccess<
        JobReturnType,
        JobOptions extends AbortOptions = AbortOptions,
    > {
        job: Job<JobOptions, JobReturnType>;
        result: JobReturnType;
    }

    Type Parameters

    Index

    Properties

    Properties