Hello. Does anyone know why, when using `.asSingle()` on a `Deferred<T>` from the `kotlinx-cor...
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
s
Ah okay, that makes sense. Thanks!
👍 1