Updated on 2026-08-14
This commit is contained in:
parent
dd43f3dbf5
commit
d819a156b2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ interface BatchListSource<TKey, TData, TUpdate, TError> {
|
|||
*/
|
||||
@Suppress("FunctionNaming")
|
||||
fun <TKey, TData, TRequest : Any, TError> BatchListSource(
|
||||
ioDispatcher : CoroutineDispatcher = Dispatchers.IO,
|
||||
ioDispatcher: CoroutineDispatcher = Dispatchers.IO,
|
||||
context: BatchingContext<TRequest, TKey, Nothing>,
|
||||
generateNewKey: suspend (List<TKey>) -> TKey,
|
||||
batchFetcher: BatchFetcher<TRequest, TData, TError>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue