Solutionunvalidated

the goroutine blocks forever on the channel send because nobody is reading — When the parent context is cancelled, the goroutine blocks forever on the channel send because nobody is reading. Tension: if the result is ready at the exact moment the context cancels, which case fires?

64e2159e-14f1-4f28-9da9-0576dac25ad4

the goroutine blocks forever on the channel send because nobody is reading — When the parent context is cancelled, the goroutine blocks forever on the channel send because nobody is reading. Tension: if the result is ready at the exact moment the context cancels, which case fires?