Trying to understand this section in the kotlin na...
# coroutines
m
Trying to understand this section in the kotlin native-mt coroutine documentation.
However, it is known to leak memory in scenarios involving concurrency under load, for example when multiple children coroutines running in different threads are simultaneously cancelled.
Would multiple jobs launched like the above roughly at the same time, produce the leak.
The launches and canceling would all happen on the same thread.