Skip to content

Callback queue #20

@jasperblues

Description

@jasperblues

Great library!

One concern is the requirement to always call back on the main queue. This makes a very sensible default, but I've had one or two situations where its been necessary to call back on some other queue.

Example of BBHTTP calling back on another queue:

[request setCallbackQueue:dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)];

. . what do you think?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions