Skip to content

Allow queries to be executed asynchronously #29

@cjrowe

Description

@cjrowe

At present FreesoundClient only allows queries to be executed synchronously, blocking thread execution. This may be acceptable for 'small' calls (such as retrieving details of a single sound, pack, or user), but not really for longer-running ones (such as downloading sounds/packs).

Unirest has built in support for async execution of queries (returning Future objects) - the library should make use of this functionality.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions