onQueryThreadsResult

abstract suspend fun onQueryThreadsResult(result: Result<QueryThreadsResult>, request: QueryThreadsRequest)

Runs side effect the request was completed.

Parameters

result

The Result containing the successfully retrieved QueryThreadsResult or the error.

request

QueryThreadsRequest which is was used for the request.