anyone try coroutines in their own subclass of Liv...
# coroutines
r
anyone try coroutines in their own subclass of LiveData? Lame that the
CoroutineLiveData
is hidden...
g
What do you want to do with this custom CoroutineLiveData?
1
a
Additionally, what do you want to do that isn't easier to do with the
liveData {}
builder function than it would be with subclassing?