torrents

fun torrents(cancelOnComplete: Boolean = false): Flow<TorrentDescription>

A flow of all TorrentDescriptions from each TorrentProvider selected to handle the TorrentQuery.

Parameters

cancelOnComplete

When true, cancel pending provider task when the returned flow is completed.