Is there a simple way to call/wrap a suspend funct...
# kotlin-native
p
Is there a simple way to call/wrap a suspend function on a
ensureNeverFrozen
instance from a
frozen
instance? I have a custom
Auth
ktor handler that has a
suspend () -> String?
property to resolve a bearer token on-demand, however since ktor 1.4.1 it seems the
HttpClient
is frozen, and my auth provider is
ensureNeverFrozen