<@U0PQ0GVLM> +1 to <@U0BFDUP0E>. You might see “sp...
# coroutines
e
@marcinmoskala +1 to @jw. You might see “spurious concurrency”.
cancel
just signals “start shutting down please”, and if you don’t
join
your code might be doing stuff concurrently with another coroutine that is still shutting down.