Skip to content

addObjectToUpdateQueue function the interrupt #6

@daijianshusheng

Description

@daijianshusheng

dlhy.pdf

I think there should be a logical judgment

- (void) addObjectToUpdateQueue:(YPObject *)pdfObject
{
    //add to update array

    [updateObjectQueue addObject:pdfObject];     //Here the interrupt

    //[pdfObject getUncompressedStreamContents];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions