Skip to content

Make URLFetcher asynchronous #3

@nbrooke

Description

@nbrooke

Right now it's just doing a synchronous fetch on a background thread, which is alright, but loses out on some opportunities for error reporting, and makes it a little more error prone to override that behaviour from client code. It should be switch to us an async NSURLSession task.

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