You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ktor-client/ktor-client-plugins/ktor-client-auth/common/src/io/ktor/client/plugins/auth/providers/AuthTokenHolder.kt
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,9 @@
4
4
5
5
packageio.ktor.client.plugins.auth.providers
6
6
7
-
importkotlinx.coroutines.DelicateCoroutinesApi
8
-
importkotlinx.coroutines.GlobalScope
9
-
importkotlinx.coroutines.launch
7
+
importkotlinx.coroutines.*
10
8
importkotlinx.coroutines.sync.Mutex
11
9
importkotlinx.coroutines.sync.withLock
12
-
importkotlinx.coroutines.withContext
13
10
importkotlin.concurrent.Volatile
14
11
importkotlin.coroutines.CoroutineContext
15
12
importkotlin.coroutines.coroutineContext
@@ -91,12 +88,12 @@ internal class AuthTokenHolder<T>(private val loadTokens: suspend () -> T?) {
0 commit comments