Remove custom IO dispatcher

This commit is contained in:
Syer10
2024-03-29 13:07:34 -04:00
parent b7e0c3d88e
commit 4e4d0bfa9d
7 changed files with 6 additions and 19 deletions

View File

@@ -6,13 +6,13 @@
package ca.gosyer.jui.data
import ca.gosyer.jui.core.lang.IO
import de.jensklingenberg.ktorfit.Ktorfit
import de.jensklingenberg.ktorfit.converter.Converter
import de.jensklingenberg.ktorfit.internal.TypeData
import io.ktor.client.call.body
import io.ktor.client.statement.HttpResponse
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.IO
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.flow
import kotlinx.coroutines.flow.flowOn