interface AsyncQueueTask {
    fn: Function;
    locals: any;
    scope: Scope;
}

Properties

Properties

fn: Function
locals: any
scope: Scope