Inject constructor...
This commit is contained in:
parent
e5d0a8f3d8
commit
a5c0c23bae
|
@ -20,9 +20,10 @@ import kotlinx.coroutines.CancellationException
|
||||||
import kotlinx.coroutines.CoroutineScope
|
import kotlinx.coroutines.CoroutineScope
|
||||||
import kotlinx.coroutines.SupervisorJob
|
import kotlinx.coroutines.SupervisorJob
|
||||||
import kotlinx.coroutines.cancelChildren
|
import kotlinx.coroutines.cancelChildren
|
||||||
|
import javax.inject.Inject
|
||||||
|
|
||||||
@SessionScope
|
@SessionScope
|
||||||
internal class SessionCoroutineScopeHolder {
|
internal class SessionCoroutineScopeHolder @Inject constructor() {
|
||||||
|
|
||||||
var scope: CoroutineScope? = null
|
var scope: CoroutineScope? = null
|
||||||
private set
|
private set
|
||||||
|
|
Loading…
Reference in New Issue