https://kotlinlang.org logo
Title
j

julienviet

10/23/2017, 8:32 AM
a system property is mentionned in this issue to ease the debugging of stacktraces in coroutines : https://github.com/Kotlin/kotlinx.coroutines/issues/74 . Somebody knows if it was ever implemented ?
e

elizarov

10/23/2017, 9:13 AM
Not yet. It is work in progress now (in a separate branch)
👍 1
j

julienviet

10/23/2017, 12:58 PM
cool, when is it going to be merged ?
so I can mention it in my presentation ?
also do you know when it will available ?
e

elizarov

10/23/2017, 1:15 PM
Tentatively, in the next release of
kotlinx.coroutines
, likely after KotlinConf, though.
j

julienviet

10/23/2017, 1:33 PM
ok so I can build it myself easily to try it ?
it is like an interceptor or something ?
can you point out the branch ?