https://kotlinlang.org logo
#coroutines
Title
# coroutines
g

gotoOla

09/07/2020, 10:16 PM
what is the meaning of "(Coroutine Boundary)" if you see them in a stacktrace?
g

gildor

09/07/2020, 11:48 PM
It's the point where another coroutine is started, stacktrace which you see is restored from a few coroutines, without it you would see only part before the first boundary
55 Views