https://kotlinlang.org logo
#feed
Title
# feed
s

streetsofboston

02/19/2019, 9:36 PM
@Jeremy You should put this in the #kodein channel as well. I think Salomon would like that 🙂
j

Jeremy

02/19/2019, 9:39 PM
I listened to him on the talking kotlin podcast. Eagerly awaiting the multiplatform framework 🙂
s

streetsofboston

02/19/2019, 9:47 PM
One niggle I found 🙂 Your
Presenter
uses
GlobalScope
to
launch
your request. Instead, you could have your
Presenter
implement
CoroutineScope
, overriding the
coroutineContext
by adding the constructor parameter with a
SupervisorJob
that you can cancel when the `Presenter`’s lifecycle ends.
👍 1
j

Jeremy

02/19/2019, 9:54 PM
Great, thanks for the feedback!
n

nestserau

02/20/2019, 8:08 AM
IOS? I don’t trust articles with incorrect spelling.
👍 2
4 Views