do_full_query_async

@accepts(RB.RhythmDBQueryResults, <varargs>)
@returns(none)
def do_full_query_async(results, None)

Asynchronously runs a query specified in the function arguments across the database, feeding matching entries to @results in chunks. This can only be called from the main thread.

Since @results is always a @RhythmDBQueryModel, use the RhythmDBQueryModel::complete signal to identify when the query is complete.

FIXME: example

results :

a RB.RhythmDBQueryResults to feed results to

None :