What does the coroutine icon :coroutine: represent...
# coroutines
m
What does the coroutine icon coroutine represent? Is there a meaning to the wavy line and the arrow?
v
I've always imagined it means that execution continues but maybe sometime later 😄
l
The execution (arrow) is suspended and continued 🙂😄
k
it looks similar to symbol used in graphs with gap
e
also Kotlin coroutines are "green threads" (scheduled by usermode code)