Hello. Does anyone know why, when using `.asSingle...
# coroutines
s
Hello. Does anyone know why, when using
.asSingle()
on a
Deferred<T>
from the
kotlinx-coroutines-rx2
library, why the
coroutineContext
I pass into
.asSingle()
can't contain a Job?
I see it throws an
IllegalArgumentException
but am unclear why.
s
đź’ˇ 1
s
Ah okay, that makes sense. Thanks!
đź‘Ť 1